Interface RpcListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RpcList,RpcList.Builder
public interface RpcListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.AnygetValues(int index) repeated .google.protobuf.Any values = 1;intrepeated .google.protobuf.Any values = 1;List<com.google.protobuf.Any> repeated .google.protobuf.Any values = 1;com.google.protobuf.AnyOrBuildergetValuesOrBuilder(int index) repeated .google.protobuf.Any values = 1;List<? extends com.google.protobuf.AnyOrBuilder> repeated .google.protobuf.Any values = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValuesList
List<com.google.protobuf.Any> getValuesList()repeated .google.protobuf.Any values = 1; -
getValues
com.google.protobuf.Any getValues(int index) repeated .google.protobuf.Any values = 1; -
getValuesCount
int getValuesCount()repeated .google.protobuf.Any values = 1; -
getValuesOrBuilderList
List<? extends com.google.protobuf.AnyOrBuilder> getValuesOrBuilderList()repeated .google.protobuf.Any values = 1; -
getValuesOrBuilder
com.google.protobuf.AnyOrBuilder getValuesOrBuilder(int index) repeated .google.protobuf.Any values = 1;
-