Class ListDomainsRequest.Builder

  • All Implemented Interfaces:
    ListDomainsRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    ListDomainsRequest

    public static final class ListDomainsRequest.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<ListDomainsRequest.Builder>
    implements ListDomainsRequestOrBuilder
     Request message for
     [ListDomains][google.cloud.managedidentities.v1.ListDomains]
     
    Protobuf type google.cloud.managedidentities.v1.ListDomainsRequest
    • 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<ListDomainsRequest.Builder>
      • clear

        public ListDomainsRequest.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<ListDomainsRequest.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<ListDomainsRequest.Builder>
      • getDefaultInstanceForType

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

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

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

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

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

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

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

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

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

        public ListDomainsRequest.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<ListDomainsRequest.Builder>
      • isInitialized

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

        public ListDomainsRequest.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<ListDomainsRequest.Builder>
        Throws:
        IOException
      • getParent

        public String getParent()
         Required. The resource name of the domain location using the form:
         `projects/{project_id}/locations/global`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface ListDomainsRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The resource name of the domain location using the form:
         `projects/{project_id}/locations/global`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface ListDomainsRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public ListDomainsRequest.Builder setParent​(String value)
         Required. The resource name of the domain location using the form:
         `projects/{project_id}/locations/global`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public ListDomainsRequest.Builder clearParent()
         Required. The resource name of the domain location using the form:
         `projects/{project_id}/locations/global`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public ListDomainsRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The resource name of the domain location using the form:
         `projects/{project_id}/locations/global`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • getPageSize

        public int getPageSize()
         Optional. The maximum number of items to return.
         If not specified, a default value of 1000 will be used.
         Regardless of the page_size value, the response may include a partial list.
         Callers should rely on a response's
         [next_page_token][google.cloud.managedidentities.v1.ListDomainsResponse.next_page_token]
         to determine if there are additional results to list.
         
        int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPageSize in interface ListDomainsRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public ListDomainsRequest.Builder setPageSize​(int value)
         Optional. The maximum number of items to return.
         If not specified, a default value of 1000 will be used.
         Regardless of the page_size value, the response may include a partial list.
         Callers should rely on a response's
         [next_page_token][google.cloud.managedidentities.v1.ListDomainsResponse.next_page_token]
         to determine if there are additional results to list.
         
        int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public ListDomainsRequest.Builder clearPageSize()
         Optional. The maximum number of items to return.
         If not specified, a default value of 1000 will be used.
         Regardless of the page_size value, the response may include a partial list.
         Callers should rely on a response's
         [next_page_token][google.cloud.managedidentities.v1.ListDomainsResponse.next_page_token]
         to determine if there are additional results to list.
         
        int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • getPageToken

        public String getPageToken()
         Optional. The `next_page_token` value returned from a previous ListDomainsRequest
         request, if any.
         
        string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPageToken in interface ListDomainsRequestOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         Optional. The `next_page_token` value returned from a previous ListDomainsRequest
         request, if any.
         
        string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPageTokenBytes in interface ListDomainsRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public ListDomainsRequest.Builder setPageToken​(String value)
         Optional. The `next_page_token` value returned from a previous ListDomainsRequest
         request, if any.
         
        string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public ListDomainsRequest.Builder clearPageToken()
         Optional. The `next_page_token` value returned from a previous ListDomainsRequest
         request, if any.
         
        string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public ListDomainsRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         Optional. The `next_page_token` value returned from a previous ListDomainsRequest
         request, if any.
         
        string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.
      • getFilter

        public String getFilter()
         Optional. A filter specifying constraints of a list operation.
         For example, `Domain.fqdn="mydomain.myorginization"`.
         
        string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getFilter in interface ListDomainsRequestOrBuilder
        Returns:
        The filter.
      • getFilterBytes

        public com.google.protobuf.ByteString getFilterBytes()
         Optional. A filter specifying constraints of a list operation.
         For example, `Domain.fqdn="mydomain.myorginization"`.
         
        string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getFilterBytes in interface ListDomainsRequestOrBuilder
        Returns:
        The bytes for filter.
      • setFilter

        public ListDomainsRequest.Builder setFilter​(String value)
         Optional. A filter specifying constraints of a list operation.
         For example, `Domain.fqdn="mydomain.myorginization"`.
         
        string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The filter to set.
        Returns:
        This builder for chaining.
      • clearFilter

        public ListDomainsRequest.Builder clearFilter()
         Optional. A filter specifying constraints of a list operation.
         For example, `Domain.fqdn="mydomain.myorginization"`.
         
        string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setFilterBytes

        public ListDomainsRequest.Builder setFilterBytes​(com.google.protobuf.ByteString value)
         Optional. A filter specifying constraints of a list operation.
         For example, `Domain.fqdn="mydomain.myorginization"`.
         
        string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for filter to set.
        Returns:
        This builder for chaining.
      • getOrderBy

        public String getOrderBy()
         Optional. Specifies the ordering of results. See
         [Sorting
         order](https://cloud.google.com/apis/design/design_patterns#sorting_order)
         for more information.
         
        string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getOrderBy in interface ListDomainsRequestOrBuilder
        Returns:
        The orderBy.
      • getOrderByBytes

        public com.google.protobuf.ByteString getOrderByBytes()
         Optional. Specifies the ordering of results. See
         [Sorting
         order](https://cloud.google.com/apis/design/design_patterns#sorting_order)
         for more information.
         
        string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getOrderByBytes in interface ListDomainsRequestOrBuilder
        Returns:
        The bytes for orderBy.
      • setOrderBy

        public ListDomainsRequest.Builder setOrderBy​(String value)
         Optional. Specifies the ordering of results. See
         [Sorting
         order](https://cloud.google.com/apis/design/design_patterns#sorting_order)
         for more information.
         
        string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The orderBy to set.
        Returns:
        This builder for chaining.
      • clearOrderBy

        public ListDomainsRequest.Builder clearOrderBy()
         Optional. Specifies the ordering of results. See
         [Sorting
         order](https://cloud.google.com/apis/design/design_patterns#sorting_order)
         for more information.
         
        string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setOrderByBytes

        public ListDomainsRequest.Builder setOrderByBytes​(com.google.protobuf.ByteString value)
         Optional. Specifies the ordering of results. See
         [Sorting
         order](https://cloud.google.com/apis/design/design_patterns#sorting_order)
         for more information.
         
        string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for orderBy to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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