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 Type
    Method
    Description
    getName(int index)
    repeated string name = 1;
    com.google.protobuf.ByteString
    getNameBytes(int index)
    repeated string name = 1;
    int
    repeated string name = 1;
    repeated string name = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getNameList

      List<String> getNameList()
      repeated string name = 1;
      Returns:
      A list containing the name.
    • getNameCount

      int getNameCount()
      repeated string name = 1;
      Returns:
      The count of name.
    • getName

      String getName(int index)
      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.