public static interface Telemetry.CancelSubscriptionReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Telemetry.ReturnCode |
getCode()
Return code
|
String |
getCodeStr()
Return code string
|
com.google.protobuf.ByteString |
getCodeStrBytes()
Return code string
|
int |
getCodeValue()
Return code
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getCodeValue()
Return code
.telemetry.ReturnCode code = 1;
Telemetry.ReturnCode getCode()
Return code
.telemetry.ReturnCode code = 1;
String getCodeStr()
Return code string
string code_str = 2;
com.google.protobuf.ByteString getCodeStrBytes()
Return code string
string code_str = 2;
Copyright © 2021. All rights reserved.