Class Debug.BindCoreRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Debug.BindCoreRequest.Builder>
io.dingodb.debug.Debug.BindCoreRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Debug.BindCoreRequestOrBuilder, Cloneable
Enclosing class:
Debug.BindCoreRequest

public static final class Debug.BindCoreRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Debug.BindCoreRequest.Builder> implements Debug.BindCoreRequestOrBuilder
Protobuf type dingodb.pb.debug.BindCoreRequest
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Debug.BindCoreRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<Debug.BindCoreRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Debug.BindCoreRequest.Builder>
    • getDefaultInstanceForType

      public Debug.BindCoreRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Debug.BindCoreRequest build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Debug.BindCoreRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Debug.BindCoreRequest.Builder>
    • setField

      public Debug.BindCoreRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Debug.BindCoreRequest.Builder>
    • clearField

      public Debug.BindCoreRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Debug.BindCoreRequest.Builder>
    • clearOneof

      public Debug.BindCoreRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Debug.BindCoreRequest.Builder>
    • setRepeatedField

      public Debug.BindCoreRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Debug.BindCoreRequest.Builder>
    • addRepeatedField

      public Debug.BindCoreRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Debug.BindCoreRequest.Builder>
    • mergeFrom

      public Debug.BindCoreRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Debug.BindCoreRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Debug.BindCoreRequest.Builder>
    • mergeFrom

      public Debug.BindCoreRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Debug.BindCoreRequest.Builder>
      Throws:
      IOException
    • hasRequestInfo

      public boolean hasRequestInfo()
      .dingodb.pb.common.RequestInfo request_info = 1;
      Specified by:
      hasRequestInfo in interface Debug.BindCoreRequestOrBuilder
      Returns:
      Whether the requestInfo field is set.
    • getRequestInfo

      public Common.RequestInfo getRequestInfo()
      .dingodb.pb.common.RequestInfo request_info = 1;
      Specified by:
      getRequestInfo in interface Debug.BindCoreRequestOrBuilder
      Returns:
      The requestInfo.
    • setRequestInfo

      public Debug.BindCoreRequest.Builder setRequestInfo(Common.RequestInfo value)
      .dingodb.pb.common.RequestInfo request_info = 1;
    • setRequestInfo

      public Debug.BindCoreRequest.Builder setRequestInfo(Common.RequestInfo.Builder builderForValue)
      .dingodb.pb.common.RequestInfo request_info = 1;
    • mergeRequestInfo

      public Debug.BindCoreRequest.Builder mergeRequestInfo(Common.RequestInfo value)
      .dingodb.pb.common.RequestInfo request_info = 1;
    • clearRequestInfo

      public Debug.BindCoreRequest.Builder clearRequestInfo()
      .dingodb.pb.common.RequestInfo request_info = 1;
    • getRequestInfoBuilder

      public Common.RequestInfo.Builder getRequestInfoBuilder()
      .dingodb.pb.common.RequestInfo request_info = 1;
    • getRequestInfoOrBuilder

      public Common.RequestInfoOrBuilder getRequestInfoOrBuilder()
      .dingodb.pb.common.RequestInfo request_info = 1;
      Specified by:
      getRequestInfoOrBuilder in interface Debug.BindCoreRequestOrBuilder
    • getThreadPoolName

      public String getThreadPoolName()
      string thread_pool_name = 10;
      Specified by:
      getThreadPoolName in interface Debug.BindCoreRequestOrBuilder
      Returns:
      The threadPoolName.
    • getThreadPoolNameBytes

      public com.google.protobuf.ByteString getThreadPoolNameBytes()
      string thread_pool_name = 10;
      Specified by:
      getThreadPoolNameBytes in interface Debug.BindCoreRequestOrBuilder
      Returns:
      The bytes for threadPoolName.
    • setThreadPoolName

      public Debug.BindCoreRequest.Builder setThreadPoolName(String value)
      string thread_pool_name = 10;
      Parameters:
      value - The threadPoolName to set.
      Returns:
      This builder for chaining.
    • clearThreadPoolName

      public Debug.BindCoreRequest.Builder clearThreadPoolName()
      string thread_pool_name = 10;
      Returns:
      This builder for chaining.
    • setThreadPoolNameBytes

      public Debug.BindCoreRequest.Builder setThreadPoolNameBytes(com.google.protobuf.ByteString value)
      string thread_pool_name = 10;
      Parameters:
      value - The bytes for threadPoolName to set.
      Returns:
      This builder for chaining.
    • getThreadsList

      public List<Integer> getThreadsList()
      repeated uint32 threads = 11;
      Specified by:
      getThreadsList in interface Debug.BindCoreRequestOrBuilder
      Returns:
      A list containing the threads.
    • getThreadsCount

      public int getThreadsCount()
      repeated uint32 threads = 11;
      Specified by:
      getThreadsCount in interface Debug.BindCoreRequestOrBuilder
      Returns:
      The count of threads.
    • getThreads

      public int getThreads(int index)
      repeated uint32 threads = 11;
      Specified by:
      getThreads in interface Debug.BindCoreRequestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The threads at the given index.
    • setThreads

      public Debug.BindCoreRequest.Builder setThreads(int index, int value)
      repeated uint32 threads = 11;
      Parameters:
      index - The index to set the value at.
      value - The threads to set.
      Returns:
      This builder for chaining.
    • addThreads

      public Debug.BindCoreRequest.Builder addThreads(int value)
      repeated uint32 threads = 11;
      Parameters:
      value - The threads to add.
      Returns:
      This builder for chaining.
    • addAllThreads

      public Debug.BindCoreRequest.Builder addAllThreads(Iterable<? extends Integer> values)
      repeated uint32 threads = 11;
      Parameters:
      values - The threads to add.
      Returns:
      This builder for chaining.
    • clearThreads

      public Debug.BindCoreRequest.Builder clearThreads()
      repeated uint32 threads = 11;
      Returns:
      This builder for chaining.
    • getCoresList

      public List<Integer> getCoresList()
      repeated uint32 cores = 12;
      Specified by:
      getCoresList in interface Debug.BindCoreRequestOrBuilder
      Returns:
      A list containing the cores.
    • getCoresCount

      public int getCoresCount()
      repeated uint32 cores = 12;
      Specified by:
      getCoresCount in interface Debug.BindCoreRequestOrBuilder
      Returns:
      The count of cores.
    • getCores

      public int getCores(int index)
      repeated uint32 cores = 12;
      Specified by:
      getCores in interface Debug.BindCoreRequestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The cores at the given index.
    • setCores

      public Debug.BindCoreRequest.Builder setCores(int index, int value)
      repeated uint32 cores = 12;
      Parameters:
      index - The index to set the value at.
      value - The cores to set.
      Returns:
      This builder for chaining.
    • addCores

      public Debug.BindCoreRequest.Builder addCores(int value)
      repeated uint32 cores = 12;
      Parameters:
      value - The cores to add.
      Returns:
      This builder for chaining.
    • addAllCores

      public Debug.BindCoreRequest.Builder addAllCores(Iterable<? extends Integer> values)
      repeated uint32 cores = 12;
      Parameters:
      values - The cores to add.
      Returns:
      This builder for chaining.
    • clearCores

      public Debug.BindCoreRequest.Builder clearCores()
      repeated uint32 cores = 12;
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final Debug.BindCoreRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Debug.BindCoreRequest.Builder>
    • mergeUnknownFields

      public final Debug.BindCoreRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Debug.BindCoreRequest.Builder>