Interface Tablespace.SecondaryIndexOrBuilder

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

public static interface Tablespace.SecondaryIndexOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

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

    • getColumnNameList

      List<String> getColumnNameList()
      repeated string columnName = 1;
      Returns:
      A list containing the columnName.
    • getColumnNameCount

      int getColumnNameCount()
      repeated string columnName = 1;
      Returns:
      The count of columnName.
    • getColumnName

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

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