public sealed class ListKeyHandlesRequest : IMessage<ListKeyHandlesRequest>, IEquatable<ListKeyHandlesRequest>, IDeepCloneable<ListKeyHandlesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class ListKeyHandlesRequest.
Request message for
[Autokey.ListKeyHandles][google.cloud.kms.v1.Autokey.ListKeyHandles].
Required. Name of the resource project and location from which to list
[KeyHandles][google.cloud.kms.v1.KeyHandle], e.g.
projects/{PROJECT_ID}/locations/{LOCATION}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `ListKeyHandlesRequest` class within the Google Cloud Key Management Service (KMS) v1 API for .NET, specifically version 3.11.0."],["The `ListKeyHandlesRequest` class is used to construct requests for listing key handles, as part of the Autokey service."],["The latest version available of this API is 3.16.0, and several versions from 3.0.0 to 3.16.0 are listed."],["Key properties of `ListKeyHandlesRequest` include `Filter` (for applying filters to the list) and `Parent` (specifying the project and location), along with a `ParentAsLocationName` property that views the Parent as a LocationName type."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from `object`, providing basic functionality such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]