public sealed class ListCertificateMapsResponse : IMessage<ListCertificateMapsResponse>, IEquatable<ListCertificateMapsResponse>, IDeepCloneable<ListCertificateMapsResponse>, IBufferMessage, IMessage, IPageResponse<CertificateMap>, IEnumerable<CertificateMap>, IEnumerable
Response for the ListCertificateMaps
method.
Implements
IMessage<ListCertificateMapsResponse>, IEquatable<ListCertificateMapsResponse>, IDeepCloneable<ListCertificateMapsResponse>, IBufferMessage, IMessage, IPageResponse<CertificateMap>, IEnumerable<CertificateMap>, IEnumerableNamespace
Google.Cloud.CertificateManager.V1Assembly
Google.Cloud.CertificateManager.V1.dll
Constructors
ListCertificateMapsResponse()
public ListCertificateMapsResponse()
ListCertificateMapsResponse(ListCertificateMapsResponse)
public ListCertificateMapsResponse(ListCertificateMapsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListCertificateMapsResponse |
Properties
CertificateMaps
public RepeatedField<CertificateMap> CertificateMaps { get; }
A list of certificate maps for the parent resource.
Property Value | |
---|---|
Type | Description |
RepeatedField<CertificateMap> |
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; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
Methods
GetEnumerator()
public IEnumerator<CertificateMap> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<CertificateMap> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |