Certificate Authority Service V1 API - Class Google::Cloud::Security::PrivateCA::V1::ListCertificatesRequest (v2.7.0)

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
Returns

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. Only include resources that match the filter in the response. For details on supported filters and syntax, see Certificates Filtering documentation.
Returns

#order_by

def order_by() -> ::String
Returns

#order_by=

def order_by=(value) -> ::String
Parameter
Returns

#page_size

def page_size() -> ::Integer
Returns

#page_size=

def page_size=(value) -> ::Integer
Parameter
Returns

#page_token

def page_token() -> ::String
Returns

#page_token=

def page_token=(value) -> ::String
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::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:

    1. Specific CA Pool: To list certificates within a single CA Pool: projects/*/locations/*/caPools/*

    2. 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
Parameter
  • 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:

    1. Specific CA Pool: To list certificates within a single CA Pool: projects/*/locations/*/caPools/*

    2. 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/-

Returns
  • (::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:

    1. Specific CA Pool: To list certificates within a single CA Pool: projects/*/locations/*/caPools/*

    2. 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/-