Interface ContextProto.VariablesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ContextProto.Variables,ContextProto.Variables.Builder
- Enclosing class:
ContextProto
public static interface ContextProto.VariablesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetParameters(int index) repeated .context.Variable parameters = 1;intrepeated .context.Variable parameters = 1;repeated .context.Variable parameters = 1;getParametersOrBuilder(int index) repeated .context.Variable parameters = 1;List<? extends ContextProto.VariableOrBuilder> repeated .context.Variable parameters = 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
-
getParametersList
List<ContextProto.Variable> getParametersList()repeated .context.Variable parameters = 1; -
getParameters
repeated .context.Variable parameters = 1; -
getParametersCount
int getParametersCount()repeated .context.Variable parameters = 1; -
getParametersOrBuilderList
List<? extends ContextProto.VariableOrBuilder> getParametersOrBuilderList()repeated .context.Variable parameters = 1; -
getParametersOrBuilder
repeated .context.Variable parameters = 1;
-