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].
Implements
IPageResponse<KeyRing>, IEnumerable<KeyRing>, IEnumerable, IMessage<ListKeyRingsResponse>, IEquatable<ListKeyRingsResponse>, IDeepCloneable<ListKeyRingsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
ListKeyRingsResponse()
public ListKeyRingsResponse()
ListKeyRingsResponse(ListKeyRingsResponse)
public ListKeyRingsResponse(ListKeyRingsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListKeyRingsResponse |
Properties
KeyRings
public RepeatedField<KeyRing> KeyRings { get; }
The list of [KeyRings][google.cloud.kms.v1.KeyRing].
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
TotalSize
public int TotalSize { get; set; }
The total number of [KeyRings][google.cloud.kms.v1.KeyRing] that matched the query.
Property Value | |
---|---|
Type | Description |
Int32 |
Methods
GetEnumerator()
public IEnumerator<KeyRing> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<KeyRing> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |