Interface Store.ControlConfigRequestOrBuilder

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

public static interface Store.ControlConfigRequestOrBuilder 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;
    • hasContext

      boolean hasContext()
      .dingodb.pb.store.Context context = 2;
      Returns:
      Whether the context field is set.
    • getContext

      Store.Context getContext()
      .dingodb.pb.store.Context context = 2;
      Returns:
      The context.
    • getContextOrBuilder

      Store.ContextOrBuilder getContextOrBuilder()
      .dingodb.pb.store.Context context = 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;