Class ListKeyRingsResponse (2.7.0)

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

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
RepeatedField<KeyRing>

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
Int32

Methods

GetEnumerator()

public IEnumerator<KeyRing> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<KeyRing>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator