public sealed class ListCryptoKeysResponse : IPageResponse<CryptoKey>, IEnumerable<CryptoKey>, IEnumerable, IMessage<ListCryptoKeysResponse>, IEquatable<ListCryptoKeysResponse>, IDeepCloneable<ListCryptoKeysResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Key Management Service v1 API class ListCryptoKeysResponse.
Response message for [KeyManagementService.ListCryptoKeys][google.cloud.kms.v1.KeyManagementService.ListCryptoKeys].
Implements
IPageResponseCryptoKey, IEnumerableCryptoKey, IEnumerable, IMessageListCryptoKeysResponse, IEquatableListCryptoKeysResponse, IDeepCloneableListCryptoKeysResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
ListCryptoKeysResponse()
public ListCryptoKeysResponse()ListCryptoKeysResponse(ListCryptoKeysResponse)
public ListCryptoKeysResponse(ListCryptoKeysResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListCryptoKeysResponse |
Properties
CryptoKeys
public RepeatedField<CryptoKey> CryptoKeys { get; }The list of [CryptoKeys][google.cloud.kms.v1.CryptoKey].
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldCryptoKey |
|
NextPageToken
public string NextPageToken { get; set; }A token to retrieve next page of results. Pass this value in [ListCryptoKeysRequest.page_token][google.cloud.kms.v1.ListCryptoKeysRequest.page_token] to retrieve the next page of results.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TotalSize
public int TotalSize { get; set; }The total number of [CryptoKeys][google.cloud.kms.v1.CryptoKey] that matched the query.
This field is not populated if [ListCryptoKeysRequest.filter][google.cloud.kms.v1.ListCryptoKeysRequest.filter] is applied.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Methods
GetEnumerator()
public IEnumerator<CryptoKey> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorCryptoKey |
|