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-04-09 UTC."],[[["This page provides reference documentation for the `ListKeyHandlesRequest` class within the Google Cloud Key Management Service (KMS) v1 API for .NET, specifically version 3.13.0."],["The `ListKeyHandlesRequest` class is used to request a list of KeyHandles from the KMS API and it inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document outlines the available constructors for `ListKeyHandlesRequest`, including a default constructor and one that accepts another `ListKeyHandlesRequest` object for copying."],["The `ListKeyHandlesRequest` class includes properties for filtering the list of KeyHandles (`Filter`) and specifying the parent resource (project and location) for the request (`Parent`, `ParentAsLocationName`)."],["This documentation also lists the previous versions of this documentation from version 2.2.0 to the latest 3.16.0."]]],[]]