public static interface BasicTypes.EncodedValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getBinaryResult()
bytes binaryResult = 8; |
boolean |
getBooleanResult()
bool booleanResult = 5; |
int |
getByteResult()
int32 byteResult = 4; |
com.google.protobuf.ByteString |
getCustomObjectResult()
Result serialized using a custom serialization format.
|
double |
getDoubleResult()
double doubleResult = 6; |
float |
getFloatResult()
float floatResult = 7; |
int |
getIntResult()
int32 intResult = 1; |
java.lang.String |
getJsonObjectResult()
string jsonObjectResult = 10; |
com.google.protobuf.ByteString |
getJsonObjectResultBytes()
string jsonObjectResult = 10; |
long |
getLongResult()
int64 longResult = 2; |
com.google.protobuf.NullValue |
getNullResult()
.google.protobuf.NullValue nullResult = 11; |
int |
getNullResultValue()
.google.protobuf.NullValue nullResult = 11; |
int |
getShortResult()
int32 shortResult = 3; |
java.lang.String |
getStringResult()
string stringResult = 9; |
com.google.protobuf.ByteString |
getStringResultBytes()
string stringResult = 9; |
BasicTypes.EncodedValue.ValueCase |
getValueCase() |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getIntResult()
int32 intResult = 1;long getLongResult()
int64 longResult = 2;int getShortResult()
int32 shortResult = 3;int getByteResult()
int32 byteResult = 4;boolean getBooleanResult()
bool booleanResult = 5;double getDoubleResult()
double doubleResult = 6;float getFloatResult()
float floatResult = 7;com.google.protobuf.ByteString getBinaryResult()
bytes binaryResult = 8;java.lang.String getStringResult()
string stringResult = 9;com.google.protobuf.ByteString getStringResultBytes()
string stringResult = 9;java.lang.String getJsonObjectResult()
string jsonObjectResult = 10;com.google.protobuf.ByteString getJsonObjectResultBytes()
string jsonObjectResult = 10;int getNullResultValue()
.google.protobuf.NullValue nullResult = 11;com.google.protobuf.NullValue getNullResult()
.google.protobuf.NullValue nullResult = 11;com.google.protobuf.ByteString getCustomObjectResult()
Result serialized using a custom serialization format. This can only be used if A HandshakeRequest is sent with valueFormat set to a valid format. See HandshakeRequest.valueFormat.
bytes customObjectResult = 12;BasicTypes.EncodedValue.ValueCase getValueCase()