Class ListCaPoolsResponse (2.1.0)

public sealed class ListCaPoolsResponse : IPageResponse<CaPool>, IEnumerable<CaPool>, IEnumerable, IMessage<ListCaPoolsResponse>, IEquatable<ListCaPoolsResponse>, IDeepCloneable<ListCaPoolsResponse>, IBufferMessage, IMessage

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

Inheritance

Object > ListCaPoolsResponse

Namespace

Google.Cloud.Security.PrivateCA.V1

Assembly

Google.Cloud.Security.PrivateCA.V1.dll

Constructors

ListCaPoolsResponse()

public ListCaPoolsResponse()

ListCaPoolsResponse(ListCaPoolsResponse)

public ListCaPoolsResponse(ListCaPoolsResponse other)
Parameter
NameDescription
otherListCaPoolsResponse

Properties

CaPools

public RepeatedField<CaPool> CaPools { get; }

The list of [CaPools][google.cloud.security.privateca.v1.CaPool].

Property Value
TypeDescription
RepeatedField<CaPool>

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results. Pass this value in [ListCertificateAuthoritiesRequest.next_page_token][] to retrieve the next page of results.

Property Value
TypeDescription
String

Unreachable

public RepeatedField<string> Unreachable { get; }

A list of locations (e.g. "us-west1") that could not be reached.

Property Value
TypeDescription
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<CaPool> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<CaPool>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator