public sealed class ListCertificateIssuanceConfigsResponse : IMessage<ListCertificateIssuanceConfigsResponse>, IEquatable<ListCertificateIssuanceConfigsResponse>, IDeepCloneable<ListCertificateIssuanceConfigsResponse>, IBufferMessage, IMessage, IPageResponse<CertificateIssuanceConfig>, IEnumerable<CertificateIssuanceConfig>, IEnumerableReference documentation and code samples for the Certificate Manager v1 API class ListCertificateIssuanceConfigsResponse.
Response for the ListCertificateIssuanceConfigs method.
Implements
IMessageListCertificateIssuanceConfigsResponse, IEquatableListCertificateIssuanceConfigsResponse, IDeepCloneableListCertificateIssuanceConfigsResponse, IBufferMessage, IMessage, IPageResponseCertificateIssuanceConfig, IEnumerableCertificateIssuanceConfig, IEnumerableNamespace
Google.Cloud.CertificateManager.V1Assembly
Google.Cloud.CertificateManager.V1.dll
Constructors
ListCertificateIssuanceConfigsResponse()
public ListCertificateIssuanceConfigsResponse()ListCertificateIssuanceConfigsResponse(ListCertificateIssuanceConfigsResponse)
public ListCertificateIssuanceConfigsResponse(ListCertificateIssuanceConfigsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListCertificateIssuanceConfigsResponse |
Properties
CertificateIssuanceConfigs
public RepeatedField<CertificateIssuanceConfig> CertificateIssuanceConfigs { get; }A list of certificate configs for the parent resource.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldCertificateIssuanceConfig |
|
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 |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<CertificateIssuanceConfig> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorCertificateIssuanceConfig |
|