public sealed class ListKeyRingsResponse : IPageResponse<KeyRing>, IEnumerable<KeyRing>, IEnumerable, IMessage<ListKeyRingsResponse>, IEquatable<ListKeyRingsResponse>, IDeepCloneable<ListKeyRingsResponse>, IBufferMessage, IMessageReference 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].
Implements
IPageResponseKeyRing, IEnumerableKeyRing, IEnumerable, IMessageListKeyRingsResponse, IEquatableListKeyRingsResponse, IDeepCloneableListKeyRingsResponse, 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 |
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 | |
|---|---|
| Type | Description |
string |
|
TotalSize
public int TotalSize { get; set; }The total number of [KeyRings][google.cloud.kms.v1.KeyRing] that matched the query.
This field is not populated if [ListKeyRingsRequest.filter][google.cloud.kms.v1.ListKeyRingsRequest.filter] is applied.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Methods
GetEnumerator()
public IEnumerator<KeyRing> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorKeyRing |
|