Interface XTableValues.StringListOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
XTableValues.StringList, XTableValues.StringList.Builder
Enclosing class:
XTableValues

public static interface XTableValues.StringListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getV(int index)
    repeated string v = 1;
    com.google.protobuf.ByteString
    getVBytes(int index)
    repeated string v = 1;
    int
    repeated string v = 1;
    repeated string v = 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

    • getVList

      List<String> getVList()
      repeated string v = 1;
      Returns:
      A list containing the v.
    • getVCount

      int getVCount()
      repeated string v = 1;
      Returns:
      The count of v.
    • getV

      String getV(int index)
      repeated string v = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The v at the given index.
    • getVBytes

      com.google.protobuf.ByteString getVBytes(int index)
      repeated string v = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the v at the given index.