Google Cloud Key Management Service v1 API - Class ListKeyHandlesResponse (3.14.0)

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].

Inheritance

object > ListKeyHandlesResponse

Namespace

Google.Cloud.Kms.V1

Assembly

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