Certificate Authority v1 API - Class ListCaPoolsRequest (3.6.0)

public sealed class ListCaPoolsRequest : IPageRequest, IMessage<ListCaPoolsRequest>, IEquatable<ListCaPoolsRequest>, IDeepCloneable<ListCaPoolsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Certificate Authority v1 API class ListCaPoolsRequest.

Request message for [CertificateAuthorityService.ListCaPools][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCaPools].

Inheritance

object > ListCaPoolsRequest

Namespace

Google.Cloud.Security.PrivateCA.V1

Assembly

Google.Cloud.Security.PrivateCA.V1.dll

Constructors

ListCaPoolsRequest()

public ListCaPoolsRequest()

ListCaPoolsRequest(ListCaPoolsRequest)

public ListCaPoolsRequest(ListCaPoolsRequest other)
Parameter
NameDescription
otherListCaPoolsRequest

Properties

Filter

public string Filter { get; set; }

Optional. Only include resources that match the filter in the response.

Property Value
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

Optional. Specify how the results should be sorted.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Optional. Limit on the number of [CaPools][google.cloud.security.privateca.v1.CaPool] to include in the response. Further [CaPools][google.cloud.security.privateca.v1.CaPool] can subsequently be obtained by including the [ListCaPoolsResponse.next_page_token][google.cloud.security.privateca.v1.ListCaPoolsResponse.next_page_token] in a subsequent request. If unspecified, the server will pick an appropriate default.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. Pagination token, returned earlier via [ListCaPoolsResponse.next_page_token][google.cloud.security.privateca.v1.ListCaPoolsResponse.next_page_token].

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The resource name of the location associated with the [CaPools][google.cloud.security.privateca.v1.CaPool], in the format projects/*/locations/*.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName