Interface ContextProto.ListValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ContextProto.ListValue,ContextProto.ListValue.Builder
- Enclosing class:
ContextProto
public static interface ContextProto.ListValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValue(int index) repeated .context.Value value = 1;intrepeated .context.Value value = 1;repeated .context.Value value = 1;getValueOrBuilder(int index) repeated .context.Value value = 1;List<? extends ContextProto.ValueOrBuilder> repeated .context.Value value = 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
-
getValueList
List<ContextProto.Value> getValueList()repeated .context.Value value = 1; -
getValue
repeated .context.Value value = 1; -
getValueCount
int getValueCount()repeated .context.Value value = 1; -
getValueOrBuilderList
List<? extends ContextProto.ValueOrBuilder> getValueOrBuilderList()repeated .context.Value value = 1; -
getValueOrBuilder
repeated .context.Value value = 1;
-