public sealed class ListCertificatesResponse : IMessage<ListCertificatesResponse>, IEquatable<ListCertificatesResponse>, IDeepCloneable<ListCertificatesResponse>, IBufferMessage, IMessage, IPageResponse<Certificate>, IEnumerable<Certificate>, IEnumerable
Reference documentation and code samples for the Certificate Manager v1 API class ListCertificatesResponse.
Response for the ListCertificates
method.
Implements
IMessageListCertificatesResponse, IEquatableListCertificatesResponse, IDeepCloneableListCertificatesResponse, IBufferMessage, IMessage, IPageResponseCertificate, IEnumerableCertificate, IEnumerableNamespace
Google.Cloud.CertificateManager.V1Assembly
Google.Cloud.CertificateManager.V1.dll
Constructors
ListCertificatesResponse()
public ListCertificatesResponse()
ListCertificatesResponse(ListCertificatesResponse)
public ListCertificatesResponse(ListCertificatesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListCertificatesResponse |
Properties
Certificates
public RepeatedField<Certificate> Certificates { get; }
A list of certificates for the parent resource.
Property Value | |
---|---|
Type | Description |
RepeatedFieldCertificate |
NextPageToken
public string NextPageToken { get; set; }
If there might be more results than those appearing in this response, then
next_page_token
is included. To get the next set of results, call this
method again using the value of next_page_token
as page_token
.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
A list of locations 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 |