Class GetNexusEndpointsRequest.Builder

    • Method Detail

      • 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>
      • 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
      • setField

        public GetNexusEndpointsRequest.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                         java.lang.Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<GetNexusEndpointsRequest.Builder>
      • setRepeatedField

        public GetNexusEndpointsRequest.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                 int index,
                                                                 java.lang.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,
                                                                 java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GetNexusEndpointsRequest.Builder>
      • 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 java.io.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:
        java.io.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 java.lang.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​(java.lang.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.
      • 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​(java.lang.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.
      • 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​(java.lang.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 java.lang.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​(java.lang.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

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