Class ListRegistrationsRequest.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<ListRegistrationsRequest.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<ListRegistrationsRequest.Builder>
      • getDefaultInstanceForType

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

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

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

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

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

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

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

        public String getParent()
         Required. The project and location from which to list `Registration`s, specified in
         the format `projects/*/locations/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface ListRegistrationsRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The project and location from which to list `Registration`s, specified in
         the format `projects/*/locations/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface ListRegistrationsRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public ListRegistrationsRequest.Builder setParent​(String value)
         Required. The project and location from which to list `Registration`s, specified in
         the format `projects/*/locations/*`.
         
        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 ListRegistrationsRequest.Builder clearParent()
         Required. The project and location from which to list `Registration`s, specified in
         the format `projects/*/locations/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public ListRegistrationsRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The project and location from which to list `Registration`s, specified in
         the format `projects/*/locations/*`.
         
        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.
      • setPageSize

        public ListRegistrationsRequest.Builder setPageSize​(int value)
         Maximum number of results to return.
         
        int32 page_size = 2;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public ListRegistrationsRequest.Builder clearPageSize()
         Maximum number of results to return.
         
        int32 page_size = 2;
        Returns:
        This builder for chaining.
      • getPageToken

        public String getPageToken()
         When set to the `next_page_token` from a prior response, provides the next
         page of results.
         
        string page_token = 3;
        Specified by:
        getPageToken in interface ListRegistrationsRequestOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         When set to the `next_page_token` from a prior response, provides the next
         page of results.
         
        string page_token = 3;
        Specified by:
        getPageTokenBytes in interface ListRegistrationsRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public ListRegistrationsRequest.Builder setPageToken​(String value)
         When set to the `next_page_token` from a prior response, provides the next
         page of results.
         
        string page_token = 3;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public ListRegistrationsRequest.Builder clearPageToken()
         When set to the `next_page_token` from a prior response, provides the next
         page of results.
         
        string page_token = 3;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public ListRegistrationsRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         When set to the `next_page_token` from a prior response, provides the next
         page of results.
         
        string page_token = 3;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.
      • getFilter

        public String getFilter()
         Filter expression to restrict the `Registration`s returned.
        
         The expression must specify the field name, a comparison operator, and the
         value that you want to use for filtering. The value must be a string, a
         number, a boolean, or an enum value. The comparison operator should be one
         of =, !=, >, <, >=, <=, or : for prefix or wildcard matches.
        
         For example, to filter to a specific domain name, use an expression like
         `domainName="example.com"`. You can also check for the existence of a
         field; for example, to find domains using custom DNS settings, use an
         expression like `dnsSettings.customDns:*`.
        
         You can also create compound filters by combining expressions with the
         `AND` and `OR` operators. For example, to find domains that are suspended
         or have specific issues flagged, use an expression like
         `(state=SUSPENDED) OR (issue:*)`.
         
        string filter = 4;
        Specified by:
        getFilter in interface ListRegistrationsRequestOrBuilder
        Returns:
        The filter.
      • getFilterBytes

        public com.google.protobuf.ByteString getFilterBytes()
         Filter expression to restrict the `Registration`s returned.
        
         The expression must specify the field name, a comparison operator, and the
         value that you want to use for filtering. The value must be a string, a
         number, a boolean, or an enum value. The comparison operator should be one
         of =, !=, >, <, >=, <=, or : for prefix or wildcard matches.
        
         For example, to filter to a specific domain name, use an expression like
         `domainName="example.com"`. You can also check for the existence of a
         field; for example, to find domains using custom DNS settings, use an
         expression like `dnsSettings.customDns:*`.
        
         You can also create compound filters by combining expressions with the
         `AND` and `OR` operators. For example, to find domains that are suspended
         or have specific issues flagged, use an expression like
         `(state=SUSPENDED) OR (issue:*)`.
         
        string filter = 4;
        Specified by:
        getFilterBytes in interface ListRegistrationsRequestOrBuilder
        Returns:
        The bytes for filter.
      • setFilter

        public ListRegistrationsRequest.Builder setFilter​(String value)
         Filter expression to restrict the `Registration`s returned.
        
         The expression must specify the field name, a comparison operator, and the
         value that you want to use for filtering. The value must be a string, a
         number, a boolean, or an enum value. The comparison operator should be one
         of =, !=, >, <, >=, <=, or : for prefix or wildcard matches.
        
         For example, to filter to a specific domain name, use an expression like
         `domainName="example.com"`. You can also check for the existence of a
         field; for example, to find domains using custom DNS settings, use an
         expression like `dnsSettings.customDns:*`.
        
         You can also create compound filters by combining expressions with the
         `AND` and `OR` operators. For example, to find domains that are suspended
         or have specific issues flagged, use an expression like
         `(state=SUSPENDED) OR (issue:*)`.
         
        string filter = 4;
        Parameters:
        value - The filter to set.
        Returns:
        This builder for chaining.
      • clearFilter

        public ListRegistrationsRequest.Builder clearFilter()
         Filter expression to restrict the `Registration`s returned.
        
         The expression must specify the field name, a comparison operator, and the
         value that you want to use for filtering. The value must be a string, a
         number, a boolean, or an enum value. The comparison operator should be one
         of =, !=, >, <, >=, <=, or : for prefix or wildcard matches.
        
         For example, to filter to a specific domain name, use an expression like
         `domainName="example.com"`. You can also check for the existence of a
         field; for example, to find domains using custom DNS settings, use an
         expression like `dnsSettings.customDns:*`.
        
         You can also create compound filters by combining expressions with the
         `AND` and `OR` operators. For example, to find domains that are suspended
         or have specific issues flagged, use an expression like
         `(state=SUSPENDED) OR (issue:*)`.
         
        string filter = 4;
        Returns:
        This builder for chaining.
      • setFilterBytes

        public ListRegistrationsRequest.Builder setFilterBytes​(com.google.protobuf.ByteString value)
         Filter expression to restrict the `Registration`s returned.
        
         The expression must specify the field name, a comparison operator, and the
         value that you want to use for filtering. The value must be a string, a
         number, a boolean, or an enum value. The comparison operator should be one
         of =, !=, >, <, >=, <=, or : for prefix or wildcard matches.
        
         For example, to filter to a specific domain name, use an expression like
         `domainName="example.com"`. You can also check for the existence of a
         field; for example, to find domains using custom DNS settings, use an
         expression like `dnsSettings.customDns:*`.
        
         You can also create compound filters by combining expressions with the
         `AND` and `OR` operators. For example, to find domains that are suspended
         or have specific issues flagged, use an expression like
         `(state=SUSPENDED) OR (issue:*)`.
         
        string filter = 4;
        Parameters:
        value - The bytes for filter to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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