Class ListCertificatesResponse (3.0.0)

public sealed class ListCertificatesResponse : IPageResponse<Certificate>, IEnumerable<Certificate>, IEnumerable, IMessage<ListCertificatesResponse>, IEquatable<ListCertificatesResponse>, IDeepCloneable<ListCertificatesResponse>, IBufferMessage, IMessage

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

Inheritance

Object > ListCertificatesResponse

Namespace

Google.Cloud.Security.PrivateCA.V1

Assembly

Google.Cloud.Security.PrivateCA.V1.dll

Constructors

ListCertificatesResponse()

public ListCertificatesResponse()

ListCertificatesResponse(ListCertificatesResponse)

public ListCertificatesResponse(ListCertificatesResponse other)
Parameter
NameDescription
otherListCertificatesResponse

Properties

Certificates

public RepeatedField<Certificate> Certificates { get; }

The list of [Certificates][google.cloud.security.privateca.v1.Certificate].

Property Value
TypeDescription
RepeatedField<Certificate>

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results. Pass this value in [ListCertificatesRequest.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<Certificate> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Certificate>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator