Interface Meta.IndexOrBuilder

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

public static interface Meta.IndexOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getIndexColumn(int index)
    repeated string index_column = 1;
    com.google.protobuf.ByteString
    repeated string index_column = 1;
    int
    repeated string index_column = 1;
    repeated string index_column = 1;
    boolean
    bool is_unique = 2;

    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

    • getIndexColumnList

      List<String> getIndexColumnList()
      repeated string index_column = 1;
      Returns:
      A list containing the indexColumn.
    • getIndexColumnCount

      int getIndexColumnCount()
      repeated string index_column = 1;
      Returns:
      The count of indexColumn.
    • getIndexColumn

      String getIndexColumn(int index)
      repeated string index_column = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The indexColumn at the given index.
    • getIndexColumnBytes

      com.google.protobuf.ByteString getIndexColumnBytes(int index)
      repeated string index_column = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the indexColumn at the given index.
    • getIsUnique

      boolean getIsUnique()
      bool is_unique = 2;
      Returns:
      The isUnique.