public sealed class ListCertificatesResponse : IPageResponse<Certificate>, IEnumerable<Certificate>, IEnumerable, IMessage<ListCertificatesResponse>, IEquatable<ListCertificatesResponse>, IDeepCloneable<ListCertificatesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Authority v1 API class ListCertificatesResponse.
Response message for [CertificateAuthorityService.ListCertificates][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificates].
Implements
IPageResponseCertificate, IEnumerableCertificate, IEnumerable, IMessageListCertificatesResponse, IEquatableListCertificatesResponse, IDeepCloneableListCertificatesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Assembly
Google.Cloud.Security.PrivateCA.V1.dll
Constructors
ListCertificatesResponse()
public ListCertificatesResponse()
ListCertificatesResponse(ListCertificatesResponse)
public ListCertificatesResponse(ListCertificatesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListCertificatesResponse |
Properties
Certificates
public RepeatedField<Certificate> Certificates { get; }
The list of [Certificates][google.cloud.security.privateca.v1.Certificate].
Property Value | |
---|---|
Type | Description |
RepeatedFieldCertificate |
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 | |
---|---|
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<Certificate> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorCertificate |