Interface Meta.GetTableByNameResponseOrBuilder

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

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

    • hasResponseInfo

      boolean hasResponseInfo()
      .dingodb.pb.common.ResponseInfo response_info = 1;
      Returns:
      Whether the responseInfo field is set.
    • getResponseInfo

      Common.ResponseInfo getResponseInfo()
      .dingodb.pb.common.ResponseInfo response_info = 1;
      Returns:
      The responseInfo.
    • getResponseInfoOrBuilder

      Common.ResponseInfoOrBuilder getResponseInfoOrBuilder()
      .dingodb.pb.common.ResponseInfo response_info = 1;
    • hasError

      boolean hasError()
      .dingodb.pb.error.Error error = 2;
      Returns:
      Whether the error field is set.
    • getError

      .dingodb.pb.error.Error error = 2;
      Returns:
      The error.
    • getErrorOrBuilder

      ErrorOuterClass.ErrorOrBuilder getErrorOrBuilder()
      .dingodb.pb.error.Error error = 2;
    • hasTableDefinitionWithId

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

      Meta.TableDefinitionWithId getTableDefinitionWithId()
      .dingodb.pb.meta.TableDefinitionWithId table_definition_with_id = 3;
      Returns:
      The tableDefinitionWithId.
    • getTableDefinitionWithIdOrBuilder

      Meta.TableDefinitionWithIdOrBuilder getTableDefinitionWithIdOrBuilder()
      .dingodb.pb.meta.TableDefinitionWithId table_definition_with_id = 3;