public sealed class ListCertificateAuthoritiesResponse : IPageResponse<CertificateAuthority>, IEnumerable<CertificateAuthority>, IEnumerable, IMessage<ListCertificateAuthoritiesResponse>, IEquatable<ListCertificateAuthoritiesResponse>, IDeepCloneable<ListCertificateAuthoritiesResponse>, IBufferMessage, IMessage
Response message for [CertificateAuthorityService.ListCertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificateAuthorities].
Implements
IPageResponse<CertificateAuthority>, IEnumerable<CertificateAuthority>, IEnumerable, IMessage<ListCertificateAuthoritiesResponse>, IEquatable<ListCertificateAuthoritiesResponse>, IDeepCloneable<ListCertificateAuthoritiesResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Assembly
Google.Cloud.Security.PrivateCA.V1.dll
Constructors
ListCertificateAuthoritiesResponse()
public ListCertificateAuthoritiesResponse()
ListCertificateAuthoritiesResponse(ListCertificateAuthoritiesResponse)
public ListCertificateAuthoritiesResponse(ListCertificateAuthoritiesResponse other)
Parameter | |
---|---|
Name | Description |
other | ListCertificateAuthoritiesResponse |
Properties
CertificateAuthorities
public RepeatedField<CertificateAuthority> CertificateAuthorities { get; }
The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
Property Value | |
---|---|
Type | Description |
RepeatedField<CertificateAuthority> |
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 | |
---|---|
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 |
RepeatedField<String> |
Methods
GetEnumerator()
public IEnumerator<CertificateAuthority> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<CertificateAuthority> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |