| Package | Description |
|---|---|
| cn.leancloud.play.proto |
| Modifier and Type | Method and Description |
|---|---|
GenericCollectionValue |
GenericCollectionValue.Builder.build() |
GenericCollectionValue |
GenericCollectionValue.Builder.buildPartial() |
static GenericCollectionValue |
GenericCollectionValue.getDefaultInstance() |
GenericCollectionValue |
GenericCollectionValue.getDefaultInstanceForType() |
GenericCollectionValue |
GenericCollectionValue.Builder.getDefaultInstanceForType() |
GenericCollectionValue |
GenericCollectionOrBuilder.getListValue(int index)
repeated .cn.leancloud.play.proto.GenericCollectionValue list_value = 1; |
GenericCollectionValue |
GenericCollection.getListValue(int index)
repeated .cn.leancloud.play.proto.GenericCollectionValue list_value = 1; |
GenericCollectionValue |
GenericCollection.Builder.getListValue(int index)
repeated .cn.leancloud.play.proto.GenericCollectionValue list_value = 1; |
GenericCollectionValue |
GenericCollection.MapEntryOrBuilder.getVal()
optional .cn.leancloud.play.proto.GenericCollectionValue val = 2; |
GenericCollectionValue |
GenericCollection.MapEntry.getVal()
optional .cn.leancloud.play.proto.GenericCollectionValue val = 2; |
GenericCollectionValue |
GenericCollection.MapEntry.Builder.getVal()
optional .cn.leancloud.play.proto.GenericCollectionValue val = 2; |
static GenericCollectionValue |
GenericCollectionValue.parseDelimitedFrom(InputStream input) |
static GenericCollectionValue |
GenericCollectionValue.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenericCollectionValue |
GenericCollectionValue.parseFrom(byte[] data) |
static GenericCollectionValue |
GenericCollectionValue.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenericCollectionValue |
GenericCollectionValue.parseFrom(com.google.protobuf.ByteString data) |
static GenericCollectionValue |
GenericCollectionValue.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenericCollectionValue |
GenericCollectionValue.parseFrom(com.google.protobuf.CodedInputStream input) |
static GenericCollectionValue |
GenericCollectionValue.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenericCollectionValue |
GenericCollectionValue.parseFrom(InputStream input) |
static GenericCollectionValue |
GenericCollectionValue.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<GenericCollectionValue> |
GenericCollectionOrBuilder.getListValueList()
repeated .cn.leancloud.play.proto.GenericCollectionValue list_value = 1; |
List<GenericCollectionValue> |
GenericCollection.getListValueList()
repeated .cn.leancloud.play.proto.GenericCollectionValue list_value = 1; |
List<GenericCollectionValue> |
GenericCollection.Builder.getListValueList()
repeated .cn.leancloud.play.proto.GenericCollectionValue list_value = 1; |
com.google.protobuf.Parser<GenericCollectionValue> |
GenericCollectionValue.getParserForType() |
static com.google.protobuf.Parser<GenericCollectionValue> |
GenericCollectionValue.parser() |
| Modifier and Type | Method and Description |
|---|---|
GenericCollection.Builder |
GenericCollection.Builder.addListValue(GenericCollectionValue value)
repeated .cn.leancloud.play.proto.GenericCollectionValue list_value = 1; |
GenericCollection.Builder |
GenericCollection.Builder.addListValue(int index,
GenericCollectionValue value)
repeated .cn.leancloud.play.proto.GenericCollectionValue list_value = 1; |
GenericCollectionValue.Builder |
GenericCollectionValue.Builder.mergeFrom(GenericCollectionValue other) |
GenericCollection.MapEntry.Builder |
GenericCollection.MapEntry.Builder.mergeVal(GenericCollectionValue value)
optional .cn.leancloud.play.proto.GenericCollectionValue val = 2; |
static GenericCollectionValue.Builder |
GenericCollectionValue.newBuilder(GenericCollectionValue prototype) |
GenericCollection.Builder |
GenericCollection.Builder.setListValue(int index,
GenericCollectionValue value)
repeated .cn.leancloud.play.proto.GenericCollectionValue list_value = 1; |
GenericCollection.MapEntry.Builder |
GenericCollection.MapEntry.Builder.setVal(GenericCollectionValue value)
optional .cn.leancloud.play.proto.GenericCollectionValue val = 2; |
| Modifier and Type | Method and Description |
|---|---|
GenericCollection.Builder |
GenericCollection.Builder.addAllListValue(Iterable<? extends GenericCollectionValue> values)
repeated .cn.leancloud.play.proto.GenericCollectionValue list_value = 1; |
Copyright © 2019 LeanCloud. All rights reserved.