Class GetNexusEndpointsRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<GetNexusEndpointsRequest.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<GetNexusEndpointsRequest.Builder>
io.temporal.api.cloud.cloudservice.v1.GetNexusEndpointsRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, GetNexusEndpointsRequestOrBuilder, Cloneable
Enclosing class:
GetNexusEndpointsRequest

public static final class GetNexusEndpointsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GetNexusEndpointsRequest.Builder> implements GetNexusEndpointsRequestOrBuilder
Protobuf type temporal.api.cloud.cloudservice.v1.GetNexusEndpointsRequest
  • 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<GetNexusEndpointsRequest.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<GetNexusEndpointsRequest.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<GetNexusEndpointsRequest.Builder>
    • getDefaultInstanceForType

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

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

      public GetNexusEndpointsRequest 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<GetNexusEndpointsRequest.Builder>
    • setField

      public GetNexusEndpointsRequest.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<GetNexusEndpointsRequest.Builder>
    • clearField

      public GetNexusEndpointsRequest.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<GetNexusEndpointsRequest.Builder>
    • clearOneof

      public GetNexusEndpointsRequest.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<GetNexusEndpointsRequest.Builder>
    • setRepeatedField

      public GetNexusEndpointsRequest.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<GetNexusEndpointsRequest.Builder>
    • addRepeatedField

      public GetNexusEndpointsRequest.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<GetNexusEndpointsRequest.Builder>
    • mergeFrom

      public GetNexusEndpointsRequest.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<GetNexusEndpointsRequest.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<GetNexusEndpointsRequest.Builder>
    • mergeFrom

      public GetNexusEndpointsRequest.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<GetNexusEndpointsRequest.Builder>
      Throws:
      IOException
    • getPageSize

      public int getPageSize()
       The requested size of the page to retrieve - optional.
       Cannot exceed 1000. Defaults to 100.
       
      int32 page_size = 1;
      Specified by:
      getPageSize in interface GetNexusEndpointsRequestOrBuilder
      Returns:
      The pageSize.
    • setPageSize

      public GetNexusEndpointsRequest.Builder setPageSize(int value)
       The requested size of the page to retrieve - optional.
       Cannot exceed 1000. Defaults to 100.
       
      int32 page_size = 1;
      Parameters:
      value - The pageSize to set.
      Returns:
      This builder for chaining.
    • clearPageSize

      public GetNexusEndpointsRequest.Builder clearPageSize()
       The requested size of the page to retrieve - optional.
       Cannot exceed 1000. Defaults to 100.
       
      int32 page_size = 1;
      Returns:
      This builder for chaining.
    • getPageToken

      public String getPageToken()
       The page token if this is continuing from another response - optional.
       
      string page_token = 2;
      Specified by:
      getPageToken in interface GetNexusEndpointsRequestOrBuilder
      Returns:
      The pageToken.
    • getPageTokenBytes

      public com.google.protobuf.ByteString getPageTokenBytes()
       The page token if this is continuing from another response - optional.
       
      string page_token = 2;
      Specified by:
      getPageTokenBytes in interface GetNexusEndpointsRequestOrBuilder
      Returns:
      The bytes for pageToken.
    • setPageToken

      public GetNexusEndpointsRequest.Builder setPageToken(String value)
       The page token if this is continuing from another response - optional.
       
      string page_token = 2;
      Parameters:
      value - The pageToken to set.
      Returns:
      This builder for chaining.
    • clearPageToken

      public GetNexusEndpointsRequest.Builder clearPageToken()
       The page token if this is continuing from another response - optional.
       
      string page_token = 2;
      Returns:
      This builder for chaining.
    • setPageTokenBytes

      public GetNexusEndpointsRequest.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
       The page token if this is continuing from another response - optional.
       
      string page_token = 2;
      Parameters:
      value - The bytes for pageToken to set.
      Returns:
      This builder for chaining.
    • getTargetNamespaceId

      public String getTargetNamespaceId()
       optional, treated as an AND if specified
       
      string target_namespace_id = 3;
      Specified by:
      getTargetNamespaceId in interface GetNexusEndpointsRequestOrBuilder
      Returns:
      The targetNamespaceId.
    • getTargetNamespaceIdBytes

      public com.google.protobuf.ByteString getTargetNamespaceIdBytes()
       optional, treated as an AND if specified
       
      string target_namespace_id = 3;
      Specified by:
      getTargetNamespaceIdBytes in interface GetNexusEndpointsRequestOrBuilder
      Returns:
      The bytes for targetNamespaceId.
    • setTargetNamespaceId

      public GetNexusEndpointsRequest.Builder setTargetNamespaceId(String value)
       optional, treated as an AND if specified
       
      string target_namespace_id = 3;
      Parameters:
      value - The targetNamespaceId to set.
      Returns:
      This builder for chaining.
    • clearTargetNamespaceId

      public GetNexusEndpointsRequest.Builder clearTargetNamespaceId()
       optional, treated as an AND if specified
       
      string target_namespace_id = 3;
      Returns:
      This builder for chaining.
    • setTargetNamespaceIdBytes

      public GetNexusEndpointsRequest.Builder setTargetNamespaceIdBytes(com.google.protobuf.ByteString value)
       optional, treated as an AND if specified
       
      string target_namespace_id = 3;
      Parameters:
      value - The bytes for targetNamespaceId to set.
      Returns:
      This builder for chaining.
    • getTargetTaskQueue

      public String getTargetTaskQueue()
       optional, treated as an AND if specified
       
      string target_task_queue = 4;
      Specified by:
      getTargetTaskQueue in interface GetNexusEndpointsRequestOrBuilder
      Returns:
      The targetTaskQueue.
    • getTargetTaskQueueBytes

      public com.google.protobuf.ByteString getTargetTaskQueueBytes()
       optional, treated as an AND if specified
       
      string target_task_queue = 4;
      Specified by:
      getTargetTaskQueueBytes in interface GetNexusEndpointsRequestOrBuilder
      Returns:
      The bytes for targetTaskQueue.
    • setTargetTaskQueue

      public GetNexusEndpointsRequest.Builder setTargetTaskQueue(String value)
       optional, treated as an AND if specified
       
      string target_task_queue = 4;
      Parameters:
      value - The targetTaskQueue to set.
      Returns:
      This builder for chaining.
    • clearTargetTaskQueue

      public GetNexusEndpointsRequest.Builder clearTargetTaskQueue()
       optional, treated as an AND if specified
       
      string target_task_queue = 4;
      Returns:
      This builder for chaining.
    • setTargetTaskQueueBytes

      public GetNexusEndpointsRequest.Builder setTargetTaskQueueBytes(com.google.protobuf.ByteString value)
       optional, treated as an AND if specified
       
      string target_task_queue = 4;
      Parameters:
      value - The bytes for targetTaskQueue to set.
      Returns:
      This builder for chaining.
    • getName

      public String getName()
       Filter endpoints by their name - optional, treated as an AND if specified. Specifying this will result in zero or one results.
       
      string name = 5;
      Specified by:
      getName in interface GetNexusEndpointsRequestOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Filter endpoints by their name - optional, treated as an AND if specified. Specifying this will result in zero or one results.
       
      string name = 5;
      Specified by:
      getNameBytes in interface GetNexusEndpointsRequestOrBuilder
      Returns:
      The bytes for name.
    • setName

      public GetNexusEndpointsRequest.Builder setName(String value)
       Filter endpoints by their name - optional, treated as an AND if specified. Specifying this will result in zero or one results.
       
      string name = 5;
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

       Filter endpoints by their name - optional, treated as an AND if specified. Specifying this will result in zero or one results.
       
      string name = 5;
      Returns:
      This builder for chaining.
    • setNameBytes

      public GetNexusEndpointsRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
       Filter endpoints by their name - optional, treated as an AND if specified. Specifying this will result in zero or one results.
       
      string name = 5;
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final GetNexusEndpointsRequest.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<GetNexusEndpointsRequest.Builder>
    • mergeUnknownFields

      public final GetNexusEndpointsRequest.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<GetNexusEndpointsRequest.Builder>