Ceritificate Authority Service V1 API - Class Google::Cloud::Security::PrivateCA::V1::ListCaPoolsRequest (v0.2.1)

Reference documentation and code samples for the Ceritificate Authority Service V1 API class Google::Cloud::Security::PrivateCA::V1::ListCaPoolsRequest.

Request message for CertificateAuthorityService.ListCaPools.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Optional. Only include resources that match the filter in the response.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. Only include resources that match the filter in the response.
Returns
  • (::String) — Optional. Only include resources that match the filter in the response.

#order_by

def order_by() -> ::String
Returns
  • (::String) — Optional. Specify how the results should be sorted.

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — Optional. Specify how the results should be sorted.
Returns
  • (::String) — Optional. Specify how the results should be sorted.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. Limit on the number of CaPools to include in the response. Further CaPools can subsequently be obtained by including the ListCaPoolsResponse.next_page_token in a subsequent request. If unspecified, the server will pick an appropriate default.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. Limit on the number of CaPools to include in the response. Further CaPools can subsequently be obtained by including the ListCaPoolsResponse.next_page_token in a subsequent request. If unspecified, the server will pick an appropriate default.
Returns
  • (::Integer) — Optional. Limit on the number of CaPools to include in the response. Further CaPools can subsequently be obtained by including the ListCaPoolsResponse.next_page_token in a subsequent request. If unspecified, the server will pick an appropriate default.

#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 location associated with the CaPools, in the format projects/*/locations/*.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the location associated with the CaPools, in the format projects/*/locations/*.
Returns
  • (::String) — Required. The resource name of the location associated with the CaPools, in the format projects/*/locations/*.