public sealed class ListCryptoKeysResponse : IMessage<ListCryptoKeysResponse>, IEquatable<ListCryptoKeysResponse>, IDeepCloneable<ListCryptoKeysResponse>, IBufferMessage, IMessage, IPageResponse<CryptoKey>, IEnumerable<CryptoKey>, IEnumerableReference documentation and code samples for the KMS Inventory v1 API class ListCryptoKeysResponse.
Response message for [KeyDashboardService.ListCryptoKeys][google.cloud.kms.inventory.v1.KeyDashboardService.ListCryptoKeys].
Implements
IMessageListCryptoKeysResponse, IEquatableListCryptoKeysResponse, IDeepCloneableListCryptoKeysResponse, IBufferMessage, IMessage, IPageResponseCryptoKey, IEnumerableCryptoKey, IEnumerableNamespace
Google.Cloud.Kms.Inventory.V1Assembly
Google.Cloud.Kms.Inventory.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; }The page token returned from the previous response if the next page is desired.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<CryptoKey> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorCryptoKey |
|