| Package | Description |
|---|---|
| cn.leancloud.play.proto |
| Modifier and Type | Method and Description |
|---|---|
GenericCollection.MapEntry |
GenericCollection.MapEntry.Builder.build() |
GenericCollection.MapEntry |
GenericCollection.MapEntry.Builder.buildPartial() |
static GenericCollection.MapEntry |
GenericCollection.MapEntry.getDefaultInstance() |
GenericCollection.MapEntry |
GenericCollection.MapEntry.getDefaultInstanceForType() |
GenericCollection.MapEntry |
GenericCollection.MapEntry.Builder.getDefaultInstanceForType() |
GenericCollection.MapEntry |
GenericCollectionOrBuilder.getMapEntryValue(int index)
repeated .cn.leancloud.play.proto.GenericCollection.MapEntry map_entry_value = 2; |
GenericCollection.MapEntry |
GenericCollection.getMapEntryValue(int index)
repeated .cn.leancloud.play.proto.GenericCollection.MapEntry map_entry_value = 2; |
GenericCollection.MapEntry |
GenericCollection.Builder.getMapEntryValue(int index)
repeated .cn.leancloud.play.proto.GenericCollection.MapEntry map_entry_value = 2; |
static GenericCollection.MapEntry |
GenericCollection.MapEntry.parseDelimitedFrom(InputStream input) |
static GenericCollection.MapEntry |
GenericCollection.MapEntry.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenericCollection.MapEntry |
GenericCollection.MapEntry.parseFrom(byte[] data) |
static GenericCollection.MapEntry |
GenericCollection.MapEntry.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenericCollection.MapEntry |
GenericCollection.MapEntry.parseFrom(com.google.protobuf.ByteString data) |
static GenericCollection.MapEntry |
GenericCollection.MapEntry.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenericCollection.MapEntry |
GenericCollection.MapEntry.parseFrom(com.google.protobuf.CodedInputStream input) |
static GenericCollection.MapEntry |
GenericCollection.MapEntry.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenericCollection.MapEntry |
GenericCollection.MapEntry.parseFrom(InputStream input) |
static GenericCollection.MapEntry |
GenericCollection.MapEntry.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<GenericCollection.MapEntry> |
GenericCollectionOrBuilder.getMapEntryValueList()
repeated .cn.leancloud.play.proto.GenericCollection.MapEntry map_entry_value = 2; |
List<GenericCollection.MapEntry> |
GenericCollection.getMapEntryValueList()
repeated .cn.leancloud.play.proto.GenericCollection.MapEntry map_entry_value = 2; |
List<GenericCollection.MapEntry> |
GenericCollection.Builder.getMapEntryValueList()
repeated .cn.leancloud.play.proto.GenericCollection.MapEntry map_entry_value = 2; |
com.google.protobuf.Parser<GenericCollection.MapEntry> |
GenericCollection.MapEntry.getParserForType() |
static com.google.protobuf.Parser<GenericCollection.MapEntry> |
GenericCollection.MapEntry.parser() |
| Modifier and Type | Method and Description |
|---|---|
GenericCollection.Builder |
GenericCollection.Builder.addMapEntryValue(GenericCollection.MapEntry value)
repeated .cn.leancloud.play.proto.GenericCollection.MapEntry map_entry_value = 2; |
GenericCollection.Builder |
GenericCollection.Builder.addMapEntryValue(int index,
GenericCollection.MapEntry value)
repeated .cn.leancloud.play.proto.GenericCollection.MapEntry map_entry_value = 2; |
GenericCollection.MapEntry.Builder |
GenericCollection.MapEntry.Builder.mergeFrom(GenericCollection.MapEntry other) |
static GenericCollection.MapEntry.Builder |
GenericCollection.MapEntry.newBuilder(GenericCollection.MapEntry prototype) |
GenericCollection.Builder |
GenericCollection.Builder.setMapEntryValue(int index,
GenericCollection.MapEntry value)
repeated .cn.leancloud.play.proto.GenericCollection.MapEntry map_entry_value = 2; |
| Modifier and Type | Method and Description |
|---|---|
GenericCollection.Builder |
GenericCollection.Builder.addAllMapEntryValue(Iterable<? extends GenericCollection.MapEntry> values)
repeated .cn.leancloud.play.proto.GenericCollection.MapEntry map_entry_value = 2; |
Copyright © 2019 LeanCloud. All rights reserved.