Class ListReusableConfigsRequest.Builder

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

    public static final class ListReusableConfigsRequest.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<ListReusableConfigsRequest.Builder>
    implements ListReusableConfigsRequestOrBuilder
     Request message for
     [CertificateAuthorityService.ListReusableConfigs][google.cloud.security.privateca.v1beta1.CertificateAuthorityService.ListReusableConfigs].
     
    Protobuf type google.cloud.security.privateca.v1beta1.ListReusableConfigsRequest
    • 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<ListReusableConfigsRequest.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<ListReusableConfigsRequest.Builder>
      • getDefaultInstanceForType

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

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

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

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

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

        public String getParent()
         Required. The resource name of the location associated with the
         [ReusableConfigs][google.cloud.security.privateca.v1beta1.ReusableConfig], in the format
         `projects/*/locations/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface ListReusableConfigsRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The resource name of the location associated with the
         [ReusableConfigs][google.cloud.security.privateca.v1beta1.ReusableConfig], in the format
         `projects/*/locations/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface ListReusableConfigsRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public ListReusableConfigsRequest.Builder setParent​(String value)
         Required. The resource name of the location associated with the
         [ReusableConfigs][google.cloud.security.privateca.v1beta1.ReusableConfig], 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 ListReusableConfigsRequest.Builder clearParent()
         Required. The resource name of the location associated with the
         [ReusableConfigs][google.cloud.security.privateca.v1beta1.ReusableConfig], in the format
         `projects/*/locations/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public ListReusableConfigsRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The resource name of the location associated with the
         [ReusableConfigs][google.cloud.security.privateca.v1beta1.ReusableConfig], 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.
      • getPageSize

        public int getPageSize()
         Optional. Limit on the number of
         [ReusableConfigs][google.cloud.security.privateca.v1beta1.ReusableConfig] to include in the response.
         Further [ReusableConfigs][google.cloud.security.privateca.v1beta1.ReusableConfig] can subsequently be
         obtained by including the
         [ListReusableConfigsResponse.next_page_token][google.cloud.security.privateca.v1beta1.ListReusableConfigsResponse.next_page_token] in a subsequent request. If
         unspecified, the server will pick an appropriate default.
         
        int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPageSize in interface ListReusableConfigsRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public ListReusableConfigsRequest.Builder setPageSize​(int value)
         Optional. Limit on the number of
         [ReusableConfigs][google.cloud.security.privateca.v1beta1.ReusableConfig] to include in the response.
         Further [ReusableConfigs][google.cloud.security.privateca.v1beta1.ReusableConfig] can subsequently be
         obtained by including the
         [ListReusableConfigsResponse.next_page_token][google.cloud.security.privateca.v1beta1.ListReusableConfigsResponse.next_page_token] in a subsequent request. If
         unspecified, the server will pick an appropriate default.
         
        int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public ListReusableConfigsRequest.Builder clearPageSize()
         Optional. Limit on the number of
         [ReusableConfigs][google.cloud.security.privateca.v1beta1.ReusableConfig] to include in the response.
         Further [ReusableConfigs][google.cloud.security.privateca.v1beta1.ReusableConfig] can subsequently be
         obtained by including the
         [ListReusableConfigsResponse.next_page_token][google.cloud.security.privateca.v1beta1.ListReusableConfigsResponse.next_page_token] in a subsequent request. If
         unspecified, the server will pick an appropriate default.
         
        int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • getPageToken

        public String getPageToken()
         Optional. Pagination token, returned earlier via
         [ListReusableConfigsResponse.next_page_token][google.cloud.security.privateca.v1beta1.ListReusableConfigsResponse.next_page_token].
         
        string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPageToken in interface ListReusableConfigsRequestOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         Optional. Pagination token, returned earlier via
         [ListReusableConfigsResponse.next_page_token][google.cloud.security.privateca.v1beta1.ListReusableConfigsResponse.next_page_token].
         
        string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPageTokenBytes in interface ListReusableConfigsRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public ListReusableConfigsRequest.Builder setPageToken​(String value)
         Optional. Pagination token, returned earlier via
         [ListReusableConfigsResponse.next_page_token][google.cloud.security.privateca.v1beta1.ListReusableConfigsResponse.next_page_token].
         
        string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public ListReusableConfigsRequest.Builder clearPageToken()
         Optional. Pagination token, returned earlier via
         [ListReusableConfigsResponse.next_page_token][google.cloud.security.privateca.v1beta1.ListReusableConfigsResponse.next_page_token].
         
        string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public ListReusableConfigsRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         Optional. Pagination token, returned earlier via
         [ListReusableConfigsResponse.next_page_token][google.cloud.security.privateca.v1beta1.ListReusableConfigsResponse.next_page_token].
         
        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. Only include resources that match the filter in the response.
         
        string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getFilter in interface ListReusableConfigsRequestOrBuilder
        Returns:
        The filter.
      • getFilterBytes

        public com.google.protobuf.ByteString getFilterBytes()
         Optional. Only include resources that match the filter in the response.
         
        string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getFilterBytes in interface ListReusableConfigsRequestOrBuilder
        Returns:
        The bytes for filter.
      • setFilter

        public ListReusableConfigsRequest.Builder setFilter​(String value)
         Optional. Only include resources that match the filter in the response.
         
        string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The filter to set.
        Returns:
        This builder for chaining.
      • clearFilter

        public ListReusableConfigsRequest.Builder clearFilter()
         Optional. Only include resources that match the filter in the response.
         
        string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setFilterBytes

        public ListReusableConfigsRequest.Builder setFilterBytes​(com.google.protobuf.ByteString value)
         Optional. Only include resources that match the filter in the response.
         
        string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for filter to set.
        Returns:
        This builder for chaining.
      • getOrderByBytes

        public com.google.protobuf.ByteString getOrderByBytes()
         Optional. Specify how the results should be sorted.
         
        string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getOrderByBytes in interface ListReusableConfigsRequestOrBuilder
        Returns:
        The bytes for orderBy.
      • setOrderBy

        public ListReusableConfigsRequest.Builder setOrderBy​(String value)
         Optional. Specify how the results should be sorted.
         
        string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The orderBy to set.
        Returns:
        This builder for chaining.
      • clearOrderBy

        public ListReusableConfigsRequest.Builder clearOrderBy()
         Optional. Specify how the results should be sorted.
         
        string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setOrderByBytes

        public ListReusableConfigsRequest.Builder setOrderByBytes​(com.google.protobuf.ByteString value)
         Optional. Specify how the results should be sorted.
         
        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 ListReusableConfigsRequest.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<ListReusableConfigsRequest.Builder>
      • mergeUnknownFields

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