public sealed class ListCertificateRevocationListsResponse : IPageResponse<CertificateRevocationList>, IEnumerable<CertificateRevocationList>, IEnumerable, IMessage<ListCertificateRevocationListsResponse>, IEquatable<ListCertificateRevocationListsResponse>, IDeepCloneable<ListCertificateRevocationListsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Certificate Authority v1 API class ListCertificateRevocationListsResponse.
Response message for [CertificateAuthorityService.ListCertificateRevocationLists][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificateRevocationLists].
Implements
IPageResponseCertificateRevocationList, IEnumerableCertificateRevocationList, IEnumerable, IMessageListCertificateRevocationListsResponse, IEquatableListCertificateRevocationListsResponse, IDeepCloneableListCertificateRevocationListsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Assembly
Google.Cloud.Security.PrivateCA.V1.dll
Constructors
ListCertificateRevocationListsResponse()
public ListCertificateRevocationListsResponse()ListCertificateRevocationListsResponse(ListCertificateRevocationListsResponse)
public ListCertificateRevocationListsResponse(ListCertificateRevocationListsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListCertificateRevocationListsResponse |
Properties
CertificateRevocationLists
public RepeatedField<CertificateRevocationList> CertificateRevocationLists { get; }The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldCertificateRevocationList |
|
NextPageToken
public string NextPageToken { get; set; }A token to retrieve next page of results. Pass this value in [ListCertificateRevocationListsRequest.page_token][google.cloud.security.privateca.v1.ListCertificateRevocationListsRequest.page_token] to retrieve the next page of results.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }A list of locations (e.g. "us-west1") that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<CertificateRevocationList> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorCertificateRevocationList |
|