Interface Meta.GetIndexesResponseOrBuilder

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

public static interface Meta.GetIndexesResponseOrBuilder 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;
    • getIndexDefinitionWithIdsList

      List<Meta.IndexDefinitionWithId> getIndexDefinitionWithIdsList()
      repeated .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_ids = 3;
    • getIndexDefinitionWithIds

      Meta.IndexDefinitionWithId getIndexDefinitionWithIds(int index)
      repeated .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_ids = 3;
    • getIndexDefinitionWithIdsCount

      int getIndexDefinitionWithIdsCount()
      repeated .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_ids = 3;
    • getIndexDefinitionWithIdsOrBuilderList

      List<? extends Meta.IndexDefinitionWithIdOrBuilder> getIndexDefinitionWithIdsOrBuilderList()
      repeated .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_ids = 3;
    • getIndexDefinitionWithIdsOrBuilder

      Meta.IndexDefinitionWithIdOrBuilder getIndexDefinitionWithIdsOrBuilder(int index)
      repeated .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_ids = 3;