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

public sealed class ListCertificateRevocationListsResponse : IPageResponse<CertificateRevocationList>, IEnumerable<CertificateRevocationList>, IEnumerable, IMessage<ListCertificateRevocationListsResponse>, IEquatable<ListCertificateRevocationListsResponse>, IDeepCloneable<ListCertificateRevocationListsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Certificate Authority v1beta1 API class ListCertificateRevocationListsResponse.

Response message for [CertificateAuthorityService.ListCertificateRevocationLists][google.cloud.security.privateca.v1beta1.CertificateAuthorityService.ListCertificateRevocationLists].

Inheritance

Object > ListCertificateRevocationListsResponse

Namespace

Google.Cloud.Security.PrivateCA.V1Beta1

Assembly

Google.Cloud.Security.PrivateCA.V1Beta1.dll

Constructors

ListCertificateRevocationListsResponse()

public ListCertificateRevocationListsResponse()

ListCertificateRevocationListsResponse(ListCertificateRevocationListsResponse)

public ListCertificateRevocationListsResponse(ListCertificateRevocationListsResponse other)
Parameter
NameDescription
otherListCertificateRevocationListsResponse

Properties

CertificateRevocationLists

public RepeatedField<CertificateRevocationList> CertificateRevocationLists { get; }

The list of [CertificateRevocationLists][google.cloud.security.privateca.v1beta1.CertificateRevocationList].

Property Value
TypeDescription
RepeatedField<CertificateRevocationList>

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results. Pass this value in [ListCertificateRevocationListsRequest.next_page_token][] to retrieve the next page of results.

Property Value
TypeDescription
String

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<CertificateRevocationList> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<CertificateRevocationList>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator