public sealed class ListKeyHandlesResponse : IMessage<ListKeyHandlesResponse>, IEquatable<ListKeyHandlesResponse>, IDeepCloneable<ListKeyHandlesResponse>, IBufferMessage, IMessage, IPageResponse<KeyHandle>, IEnumerable<KeyHandle>, IEnumerable
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class ListKeyHandlesResponse.
Response message for [Autokey.ListKeyHandles][google.cloud.kms.v1.Autokey.ListKeyHandles].
Implements
IMessageListKeyHandlesResponse, IEquatableListKeyHandlesResponse, IDeepCloneableListKeyHandlesResponse, IBufferMessage, IMessage, IPageResponseKeyHandle, IEnumerableKeyHandle, IEnumerableNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
ListKeyHandlesResponse()
public ListKeyHandlesResponse()
ListKeyHandlesResponse(ListKeyHandlesResponse)
public ListKeyHandlesResponse(ListKeyHandlesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListKeyHandlesResponse |
Properties
KeyHandles
public RepeatedField<KeyHandle> KeyHandles { get; }
Resulting [KeyHandles][google.cloud.kms.v1.KeyHandle].
Property Value | |
---|---|
Type | Description |
RepeatedFieldKeyHandle |
NextPageToken
public string NextPageToken { get; set; }
A token to retrieve next page of results. Pass this value in [ListKeyHandlesRequest.page_token][google.cloud.kms.v1.ListKeyHandlesRequest.page_token] to retrieve the next page of results.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<KeyHandle> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorKeyHandle |