public sealed class ListKeyHandlesResponse : IMessage<ListKeyHandlesResponse>, IEquatable<ListKeyHandlesResponse>, IDeepCloneable<ListKeyHandlesResponse>, IBufferMessage, IMessageReference 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, IMessageNamespace
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 |
|