public static interface GenericCollection.MapEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
optional string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
optional string key = 1; |
GenericCollectionValue |
getVal()
optional .cn.leancloud.play.proto.GenericCollectionValue val = 2; |
GenericCollectionValueOrBuilder |
getValOrBuilder()
optional .cn.leancloud.play.proto.GenericCollectionValue val = 2; |
boolean |
hasVal()
optional .cn.leancloud.play.proto.GenericCollectionValue val = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKey()
optional string key = 1;com.google.protobuf.ByteString getKeyBytes()
optional string key = 1;boolean hasVal()
optional .cn.leancloud.play.proto.GenericCollectionValue val = 2;GenericCollectionValue getVal()
optional .cn.leancloud.play.proto.GenericCollectionValue val = 2;GenericCollectionValueOrBuilder getValOrBuilder()
optional .cn.leancloud.play.proto.GenericCollectionValue val = 2;Copyright © 2019 LeanCloud. All rights reserved.