Interface Coordinator.ControlConfigResponseOrBuilder

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

public static interface Coordinator.ControlConfigResponseOrBuilder 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;
    • getControlConfigVariableList

      List<Common.ControlConfigVariable> getControlConfigVariableList()
      repeated .dingodb.pb.common.ControlConfigVariable control_config_variable = 3;
    • getControlConfigVariable

      Common.ControlConfigVariable getControlConfigVariable(int index)
      repeated .dingodb.pb.common.ControlConfigVariable control_config_variable = 3;
    • getControlConfigVariableCount

      int getControlConfigVariableCount()
      repeated .dingodb.pb.common.ControlConfigVariable control_config_variable = 3;
    • getControlConfigVariableOrBuilderList

      List<? extends Common.ControlConfigVariableOrBuilder> getControlConfigVariableOrBuilderList()
      repeated .dingodb.pb.common.ControlConfigVariable control_config_variable = 3;
    • getControlConfigVariableOrBuilder

      Common.ControlConfigVariableOrBuilder getControlConfigVariableOrBuilder(int index)
      repeated .dingodb.pb.common.ControlConfigVariable control_config_variable = 3;