public interface GenericCollectionValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolValue()
optional bool bool_value = 4; |
com.google.protobuf.ByteString |
getBytesValue()
optional bytes bytes_value = 6; |
double |
getDoubleValue()
optional double double_value = 8; |
float |
getFloatValue()
optional float float_value = 7; |
int |
getIntValue()
optional int32 int_value = 2; |
long |
getLongIntValue()
optional int64 long_int_value = 3; |
int |
getObjectTypeId()
optional int32 object_type_id = 9; |
String |
getStringValue()
optional string string_value = 5; |
com.google.protobuf.ByteString |
getStringValueBytes()
optional string string_value = 5; |
GenericCollectionValue.Type |
getType()
optional .cn.leancloud.play.proto.GenericCollectionValue.Type type = 1; |
int |
getTypeValue()
optional .cn.leancloud.play.proto.GenericCollectionValue.Type type = 1; |
GenericCollectionValue.ValueCase |
getValueCase() |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
optional .cn.leancloud.play.proto.GenericCollectionValue.Type type = 1;GenericCollectionValue.Type getType()
optional .cn.leancloud.play.proto.GenericCollectionValue.Type type = 1;int getIntValue()
optional int32 int_value = 2;long getLongIntValue()
optional int64 long_int_value = 3;boolean getBoolValue()
optional bool bool_value = 4;String getStringValue()
optional string string_value = 5;com.google.protobuf.ByteString getStringValueBytes()
optional string string_value = 5;com.google.protobuf.ByteString getBytesValue()
optional bytes bytes_value = 6;float getFloatValue()
optional float float_value = 7;double getDoubleValue()
optional double double_value = 8;int getObjectTypeId()
optional int32 object_type_id = 9;GenericCollectionValue.ValueCase getValueCase()
Copyright © 2019 LeanCloud. All rights reserved.