-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
public interface ListOfAnysOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract List<Any>
getValueList()
repeated .google.protobuf.Any value = 1;
abstract Any
getValue(int index)
repeated .google.protobuf.Any value = 1;
abstract int
getValueCount()
repeated .google.protobuf.Any value = 1;
abstract List<out AnyOrBuilder>
getValueOrBuilderList()
repeated .google.protobuf.Any value = 1;
abstract AnyOrBuilder
getValueOrBuilder(int index)
repeated .google.protobuf.Any value = 1;
-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getValueList
abstract List<Any> getValueList()
repeated .google.protobuf.Any value = 1;
-
getValue
abstract Any getValue(int index)
repeated .google.protobuf.Any value = 1;
-
getValueCount
abstract int getValueCount()
repeated .google.protobuf.Any value = 1;
-
getValueOrBuilderList
abstract List<out AnyOrBuilder> getValueOrBuilderList()
repeated .google.protobuf.Any value = 1;
-
getValueOrBuilder
abstract AnyOrBuilder getValueOrBuilder(int index)
repeated .google.protobuf.Any value = 1;
-
-
-
-