Interface Tablespace.SecondaryIndexOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getColumnName​(int index)
      repeated string columnName = 1;
      com.google.protobuf.ByteString getColumnNameBytes​(int index)
      repeated string columnName = 1;
      int getColumnNameCount()
      repeated string columnName = 1;
      List<String> getColumnNameList()
      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 Detail

      • getColumnNameList

        List<String> getColumnNameList()
        repeated string columnName = 1;
      • getColumnNameCount

        int getColumnNameCount()
        repeated string columnName = 1;
      • getColumnName

        String getColumnName​(int index)
        repeated string columnName = 1;
      • getColumnNameBytes

        com.google.protobuf.ByteString getColumnNameBytes​(int index)
        repeated string columnName = 1;