Certificate Authority v1beta1 API - Class ListReusableConfigsResponse (2.0.0-beta02)

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].

Inheritance

Object > ListReusableConfigsResponse

Namespace

Google.Cloud.Security.PrivateCA.V1Beta1

Assembly

Google.Cloud.Security.PrivateCA.V1Beta1.dll

Constructors

ListReusableConfigsResponse()

public ListReusableConfigsResponse()

ListReusableConfigsResponse(ListReusableConfigsResponse)

public ListReusableConfigsResponse(ListReusableConfigsResponse other)
Parameter
NameDescription
otherListReusableConfigsResponse

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.

Property Value
TypeDescription
String

ReusableConfigs

public RepeatedField<ReusableConfig> ReusableConfigs { get; }

The list of [ReusableConfigs][google.cloud.security.privateca.v1beta1.ReusableConfig].

Property Value
TypeDescription
RepeatedField<ReusableConfig>

Unreachable

public RepeatedField<string> Unreachable { get; }

A list of locations (e.g. "us-west1") that could not be reached.

Property Value
TypeDescription
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<ReusableConfig> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<ReusableConfig>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator