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

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

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

        public ListCertificateRevocationListsRequest 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<ListCertificateRevocationListsRequest.Builder>
      • getParent

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

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

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

        public ListCertificateRevocationListsRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The resource name of the location associated with the
         [CertificateRevocationLists][google.cloud.security.privateca.v1beta1.CertificateRevocationList], in the format
         `projects/*/locations/*/certificateauthorities/*`.
         
        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
         [CertificateRevocationLists][google.cloud.security.privateca.v1beta1.CertificateRevocationList] to include in the
         response. Further [CertificateRevocationLists][google.cloud.security.privateca.v1beta1.CertificateRevocationList]
         can subsequently be obtained by including the
         [ListCertificateRevocationListsResponse.next_page_token][google.cloud.security.privateca.v1beta1.ListCertificateRevocationListsResponse.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 ListCertificateRevocationListsRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public ListCertificateRevocationListsRequest.Builder setPageSize​(int value)
         Optional. Limit on the number of
         [CertificateRevocationLists][google.cloud.security.privateca.v1beta1.CertificateRevocationList] to include in the
         response. Further [CertificateRevocationLists][google.cloud.security.privateca.v1beta1.CertificateRevocationList]
         can subsequently be obtained by including the
         [ListCertificateRevocationListsResponse.next_page_token][google.cloud.security.privateca.v1beta1.ListCertificateRevocationListsResponse.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 ListCertificateRevocationListsRequest.Builder clearPageSize()
         Optional. Limit on the number of
         [CertificateRevocationLists][google.cloud.security.privateca.v1beta1.CertificateRevocationList] to include in the
         response. Further [CertificateRevocationLists][google.cloud.security.privateca.v1beta1.CertificateRevocationList]
         can subsequently be obtained by including the
         [ListCertificateRevocationListsResponse.next_page_token][google.cloud.security.privateca.v1beta1.ListCertificateRevocationListsResponse.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
         [ListCertificateRevocationListsResponse.next_page_token][google.cloud.security.privateca.v1beta1.ListCertificateRevocationListsResponse.next_page_token].
         
        string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPageToken in interface ListCertificateRevocationListsRequestOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

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

        public ListCertificateRevocationListsRequest.Builder setPageToken​(String value)
         Optional. Pagination token, returned earlier via
         [ListCertificateRevocationListsResponse.next_page_token][google.cloud.security.privateca.v1beta1.ListCertificateRevocationListsResponse.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 ListCertificateRevocationListsRequest.Builder clearPageToken()
         Optional. Pagination token, returned earlier via
         [ListCertificateRevocationListsResponse.next_page_token][google.cloud.security.privateca.v1beta1.ListCertificateRevocationListsResponse.next_page_token].
         
        string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public ListCertificateRevocationListsRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         Optional. Pagination token, returned earlier via
         [ListCertificateRevocationListsResponse.next_page_token][google.cloud.security.privateca.v1beta1.ListCertificateRevocationListsResponse.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.
      • 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 ListCertificateRevocationListsRequestOrBuilder
        Returns:
        The bytes for filter.
      • setFilter

        public ListCertificateRevocationListsRequest.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 ListCertificateRevocationListsRequest.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 ListCertificateRevocationListsRequest.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 ListCertificateRevocationListsRequestOrBuilder
        Returns:
        The bytes for orderBy.
      • setOrderBy

        public ListCertificateRevocationListsRequest.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 ListCertificateRevocationListsRequest.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 ListCertificateRevocationListsRequest.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.