public sealed class ListReusableConfigsResponse : IPageResponse<ReusableConfig>, IEnumerable<ReusableConfig>, IEnumerable, IMessage<ListReusableConfigsResponse>, IEquatable<ListReusableConfigsResponse>, IDeepCloneable<ListReusableConfigsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Authority v1beta1 API class ListReusableConfigsResponse.
Response message for [CertificateAuthorityService.ListReusableConfigs][google.cloud.security.privateca.v1beta1.CertificateAuthorityService.ListReusableConfigs].
Implements
IPageResponse<ReusableConfig>, IEnumerable<ReusableConfig>, IEnumerable, IMessage<ListReusableConfigsResponse>, IEquatable<ListReusableConfigsResponse>, IDeepCloneable<ListReusableConfigsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Beta1Assembly
Google.Cloud.Security.PrivateCA.V1Beta1.dll
Constructors
ListReusableConfigsResponse()
public ListReusableConfigsResponse()
ListReusableConfigsResponse(ListReusableConfigsResponse)
public ListReusableConfigsResponse(ListReusableConfigsResponse other)
Name | Description |
other | ListReusableConfigsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token to retrieve next page of results. Pass this value in [ListReusableConfigsRequest.next_page_token][] to retrieve the next page of results.
Type | Description |
String |
ReusableConfigs
public RepeatedField<ReusableConfig> ReusableConfigs { get; }
The list of [ReusableConfigs][google.cloud.security.privateca.v1beta1.ReusableConfig].
Type | Description |
RepeatedField<ReusableConfig> |
Unreachable
public RepeatedField<string> Unreachable { get; }
A list of locations (e.g. "us-west1") that could not be reached.
Type | Description |
RepeatedField<String> |
Methods
GetEnumerator()
public IEnumerator<ReusableConfig> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Type | Description |
IEnumerator<ReusableConfig> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Type | Description |
IEnumerator |