Interface ContextProto.VariableNameListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ContextProto.VariableNameList,ContextProto.VariableNameList.Builder
- Enclosing class:
ContextProto
public static interface ContextProto.VariableNameListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName(int index) repeated string name = 1;com.google.protobuf.ByteStringgetNameBytes(int index) repeated string name = 1;intrepeated string name = 1;repeated string name = 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
-
getNameList
repeated string name = 1;- Returns:
- A list containing the name.
-
getNameCount
int getNameCount()repeated string name = 1;- Returns:
- The count of name.
-
getName
repeated string name = 1;- Parameters:
index- The index of the element to return.- Returns:
- The name at the given index.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes(int index) repeated string name = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the name at the given index.
-