Interface Meta.AddIndexOnTableRequestOrBuilder

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

public static interface Meta.AddIndexOnTableRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasRequestInfo

      boolean hasRequestInfo()
      .dingodb.pb.common.RequestInfo request_info = 1;
      Returns:
      Whether the requestInfo field is set.
    • getRequestInfo

      Common.RequestInfo getRequestInfo()
      .dingodb.pb.common.RequestInfo request_info = 1;
      Returns:
      The requestInfo.
    • getRequestInfoOrBuilder

      Common.RequestInfoOrBuilder getRequestInfoOrBuilder()
      .dingodb.pb.common.RequestInfo request_info = 1;
    • hasTableId

      boolean hasTableId()
       this is the table_id to add index
       
      .dingodb.pb.meta.DingoCommonId table_id = 2;
      Returns:
      Whether the tableId field is set.
    • getTableId

      Meta.DingoCommonId getTableId()
       this is the table_id to add index
       
      .dingodb.pb.meta.DingoCommonId table_id = 2;
      Returns:
      The tableId.
    • getTableIdOrBuilder

      Meta.DingoCommonIdOrBuilder getTableIdOrBuilder()
       this is the table_id to add index
       
      .dingodb.pb.meta.DingoCommonId table_id = 2;
    • hasTableDefinitionWithId

      boolean hasTableDefinitionWithId()
       this is the index to be added
       
      .dingodb.pb.meta.TableDefinitionWithId table_definition_with_id = 3;
      Returns:
      Whether the tableDefinitionWithId field is set.
    • getTableDefinitionWithId

      Meta.TableDefinitionWithId getTableDefinitionWithId()
       this is the index to be added
       
      .dingodb.pb.meta.TableDefinitionWithId table_definition_with_id = 3;
      Returns:
      The tableDefinitionWithId.
    • getTableDefinitionWithIdOrBuilder

      Meta.TableDefinitionWithIdOrBuilder getTableDefinitionWithIdOrBuilder()
       this is the index to be added
       
      .dingodb.pb.meta.TableDefinitionWithId table_definition_with_id = 3;