Interface Index.VectorStatusResponseOrBuilder

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

public static interface Index.VectorStatusResponseOrBuilder 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()
       Query the internal status of the vector. The client determines the
       business flow based on the status.If you want to fix this error call index.proto VectorReset.
       
      .dingodb.pb.error.Error error = 2;
      Returns:
      Whether the error field is set.
    • getError

       Query the internal status of the vector. The client determines the
       business flow based on the status.If you want to fix this error call index.proto VectorReset.
       
      .dingodb.pb.error.Error error = 2;
      Returns:
      The error.
    • getErrorOrBuilder

      ErrorOuterClass.ErrorOrBuilder getErrorOrBuilder()
       Query the internal status of the vector. The client determines the
       business flow based on the status.If you want to fix this error call index.proto VectorReset.
       
      .dingodb.pb.error.Error error = 2;
    • hasState

      boolean hasState()
       Query internal status of the vector.
       
      .dingodb.pb.common.VectorStateParameter state = 3;
      Returns:
      Whether the state field is set.
    • getState

       Query internal status of the vector.
       
      .dingodb.pb.common.VectorStateParameter state = 3;
      Returns:
      The state.
    • getStateOrBuilder

       Query internal status of the vector.
       
      .dingodb.pb.common.VectorStateParameter state = 3;
    • hasInternalError

      boolean hasInternalError()
       Internal Focus Errors
       
      .dingodb.pb.error.Error internal_error = 5;
      Returns:
      Whether the internalError field is set.
    • getInternalError

      ErrorOuterClass.Error getInternalError()
       Internal Focus Errors
       
      .dingodb.pb.error.Error internal_error = 5;
      Returns:
      The internalError.
    • getInternalErrorOrBuilder

      ErrorOuterClass.ErrorOrBuilder getInternalErrorOrBuilder()
       Internal Focus Errors
       
      .dingodb.pb.error.Error internal_error = 5;