public interface GenericCollectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GenericCollectionValue |
getListValue(int index)
repeated .cn.leancloud.play.proto.GenericCollectionValue list_value = 1; |
int |
getListValueCount()
repeated .cn.leancloud.play.proto.GenericCollectionValue list_value = 1; |
List<GenericCollectionValue> |
getListValueList()
repeated .cn.leancloud.play.proto.GenericCollectionValue list_value = 1; |
GenericCollectionValueOrBuilder |
getListValueOrBuilder(int index)
repeated .cn.leancloud.play.proto.GenericCollectionValue list_value = 1; |
List<? extends GenericCollectionValueOrBuilder> |
getListValueOrBuilderList()
repeated .cn.leancloud.play.proto.GenericCollectionValue list_value = 1; |
GenericCollection.MapEntry |
getMapEntryValue(int index)
repeated .cn.leancloud.play.proto.GenericCollection.MapEntry map_entry_value = 2; |
int |
getMapEntryValueCount()
repeated .cn.leancloud.play.proto.GenericCollection.MapEntry map_entry_value = 2; |
List<GenericCollection.MapEntry> |
getMapEntryValueList()
repeated .cn.leancloud.play.proto.GenericCollection.MapEntry map_entry_value = 2; |
GenericCollection.MapEntryOrBuilder |
getMapEntryValueOrBuilder(int index)
repeated .cn.leancloud.play.proto.GenericCollection.MapEntry map_entry_value = 2; |
List<? extends GenericCollection.MapEntryOrBuilder> |
getMapEntryValueOrBuilderList()
repeated .cn.leancloud.play.proto.GenericCollection.MapEntry map_entry_value = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<GenericCollectionValue> getListValueList()
repeated .cn.leancloud.play.proto.GenericCollectionValue list_value = 1;GenericCollectionValue getListValue(int index)
repeated .cn.leancloud.play.proto.GenericCollectionValue list_value = 1;int getListValueCount()
repeated .cn.leancloud.play.proto.GenericCollectionValue list_value = 1;List<? extends GenericCollectionValueOrBuilder> getListValueOrBuilderList()
repeated .cn.leancloud.play.proto.GenericCollectionValue list_value = 1;GenericCollectionValueOrBuilder getListValueOrBuilder(int index)
repeated .cn.leancloud.play.proto.GenericCollectionValue list_value = 1;List<GenericCollection.MapEntry> getMapEntryValueList()
repeated .cn.leancloud.play.proto.GenericCollection.MapEntry map_entry_value = 2;GenericCollection.MapEntry getMapEntryValue(int index)
repeated .cn.leancloud.play.proto.GenericCollection.MapEntry map_entry_value = 2;int getMapEntryValueCount()
repeated .cn.leancloud.play.proto.GenericCollection.MapEntry map_entry_value = 2;List<? extends GenericCollection.MapEntryOrBuilder> getMapEntryValueOrBuilderList()
repeated .cn.leancloud.play.proto.GenericCollection.MapEntry map_entry_value = 2;GenericCollection.MapEntryOrBuilder getMapEntryValueOrBuilder(int index)
repeated .cn.leancloud.play.proto.GenericCollection.MapEntry map_entry_value = 2;Copyright © 2019 LeanCloud. All rights reserved.