Google Cloud Key Management Service v1 API - Class ListKeyRingsResponse (3.10.0)

public sealed class ListKeyRingsResponse : IPageResponse<KeyRing>, IEnumerable<KeyRing>, IEnumerable, IMessage<ListKeyRingsResponse>, IEquatable<ListKeyRingsResponse>, IDeepCloneable<ListKeyRingsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Key Management Service v1 API class ListKeyRingsResponse.

Response message for [KeyManagementService.ListKeyRings][google.cloud.kms.v1.KeyManagementService.ListKeyRings].

Inheritance

object > ListKeyRingsResponse

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

ListKeyRingsResponse()

public ListKeyRingsResponse()

ListKeyRingsResponse(ListKeyRingsResponse)

public ListKeyRingsResponse(ListKeyRingsResponse other)
Parameter
NameDescription
otherListKeyRingsResponse

Properties

KeyRings

public RepeatedField<KeyRing> KeyRings { get; }

The list of [KeyRings][google.cloud.kms.v1.KeyRing].

Property Value
TypeDescription
RepeatedFieldKeyRing

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results. Pass this value in [ListKeyRingsRequest.page_token][google.cloud.kms.v1.ListKeyRingsRequest.page_token] to retrieve the next page of results.

Property Value
TypeDescription
string

TotalSize

public int TotalSize { get; set; }

The total number of [KeyRings][google.cloud.kms.v1.KeyRing] that matched the query.

Property Value
TypeDescription
int

Methods

GetEnumerator()

public IEnumerator<KeyRing> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorKeyRing