Reference documentation and code samples for the Certificate Authority Service V1 API class Google::Cloud::Security::PrivateCA::V1::ListCertificatesRequest.
Request message for CertificateAuthorityService.ListCertificates.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String- (::String) — Optional. Only include resources that match the filter in the response. For details on supported filters and syntax, see Certificates Filtering documentation.
#filter=
def filter=(value) -> ::String- value (::String) — Optional. Only include resources that match the filter in the response. For details on supported filters and syntax, see Certificates Filtering documentation.
- (::String) — Optional. Only include resources that match the filter in the response. For details on supported filters and syntax, see Certificates Filtering documentation.
#order_by
def order_by() -> ::String- (::String) — Optional. Specify how the results should be sorted. For details on supported fields and syntax, see Certificates Sorting documentation.
#order_by=
def order_by=(value) -> ::String- value (::String) — Optional. Specify how the results should be sorted. For details on supported fields and syntax, see Certificates Sorting documentation.
- (::String) — Optional. Specify how the results should be sorted. For details on supported fields and syntax, see Certificates Sorting documentation.
#page_size
def page_size() -> ::Integer- (::Integer) — Optional. Limit on the number of Certificates to include in the response. Further Certificates can subsequently be obtained by including the ListCertificatesResponse.next_page_token in a subsequent request. If unspecified, the server will pick an appropriate default.
#page_size=
def page_size=(value) -> ::Integer- value (::Integer) — Optional. Limit on the number of Certificates to include in the response. Further Certificates can subsequently be obtained by including the ListCertificatesResponse.next_page_token in a subsequent request. If unspecified, the server will pick an appropriate default.
- (::Integer) — Optional. Limit on the number of Certificates to include in the response. Further Certificates can subsequently be obtained by including the ListCertificatesResponse.next_page_token in a subsequent request. If unspecified, the server will pick an appropriate default.
#page_token
def page_token() -> ::String- (::String) — Optional. Pagination token, returned earlier via ListCertificatesResponse.next_page_token.
#page_token=
def page_token=(value) -> ::String- value (::String) — Optional. Pagination token, returned earlier via ListCertificatesResponse.next_page_token.
- (::String) — Optional. Pagination token, returned earlier via ListCertificatesResponse.next_page_token.
#parent
def parent() -> ::String-
(::String) —
Required. The resource name of the parent associated with the Certificates, in the format
projects/*/locations/*/caPools/*. The parent resource name can be in one of two forms:Specific CA Pool: To list certificates within a single CA Pool:
projects/*/locations/*/caPools/*All CA Pools in a Location: To list certificates across all CA Pools in a given project and location, use the wildcard character (
-) in place of the CA Pool ID. Example:projects/*/locations/*/caPools/-
#parent=
def parent=(value) -> ::String-
value (::String) —
Required. The resource name of the parent associated with the Certificates, in the format
projects/*/locations/*/caPools/*. The parent resource name can be in one of two forms:Specific CA Pool: To list certificates within a single CA Pool:
projects/*/locations/*/caPools/*All CA Pools in a Location: To list certificates across all CA Pools in a given project and location, use the wildcard character (
-) in place of the CA Pool ID. Example:projects/*/locations/*/caPools/-
-
(::String) —
Required. The resource name of the parent associated with the Certificates, in the format
projects/*/locations/*/caPools/*. The parent resource name can be in one of two forms:Specific CA Pool: To list certificates within a single CA Pool:
projects/*/locations/*/caPools/*All CA Pools in a Location: To list certificates across all CA Pools in a given project and location, use the wildcard character (
-) in place of the CA Pool ID. Example:projects/*/locations/*/caPools/-