public sealed class ListCaPoolsResponse : IPageResponse<CaPool>, IEnumerable<CaPool>, IEnumerable, IMessage<ListCaPoolsResponse>, IEquatable<ListCaPoolsResponse>, IDeepCloneable<ListCaPoolsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Certificate Authority v1 API class ListCaPoolsResponse.
Response message for [CertificateAuthorityService.ListCaPools][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCaPools].
Implements
IPageResponseCaPool, IEnumerableCaPool, IEnumerable, IMessageListCaPoolsResponse, IEquatableListCaPoolsResponse, IDeepCloneableListCaPoolsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Assembly
Google.Cloud.Security.PrivateCA.V1.dll
Constructors
ListCaPoolsResponse()
public ListCaPoolsResponse()ListCaPoolsResponse(ListCaPoolsResponse)
public ListCaPoolsResponse(ListCaPoolsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListCaPoolsResponse |
Properties
CaPools
public RepeatedField<CaPool> CaPools { get; }The list of [CaPools][google.cloud.security.privateca.v1.CaPool].
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldCaPool |
|
NextPageToken
public string NextPageToken { get; set; }A token to retrieve next page of results. Pass this value in [ListCertificateAuthoritiesRequest.page_token][google.cloud.security.privateca.v1.ListCertificateAuthoritiesRequest.page_token] to retrieve the next page of results.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }A list of locations (e.g. "us-west1") that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<CaPool> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorCaPool |
|