public sealed class GetAutokeyConfigRequest : IMessage<GetAutokeyConfigRequest>, IEquatable<GetAutokeyConfigRequest>, IDeepCloneable<GetAutokeyConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class GetAutokeyConfigRequest.
Request message for
[GetAutokeyConfig][google.cloud.kms.v1.AutokeyAdmin.GetAutokeyConfig].
[[["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 webpage provides reference documentation for the `GetAutokeyConfigRequest` class within the Google Cloud Key Management Service v1 API for .NET."],["The latest version available is 3.16.0, and the page includes a list of versions ranging from 2.2.0 to 3.16.0, each linked to its respective documentation page."],["The `GetAutokeyConfigRequest` class is used to make requests to the `GetAutokeyConfig` method, inheriting from `object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `AutokeyConfigName` and `Name`, with the `Name` property being a required field for specifying the AutokeyConfig resource."],["The document lists both constructors, `GetAutokeyConfigRequest()`, and `GetAutokeyConfigRequest(GetAutokeyConfigRequest other)` which contains a parameter `other` used to refer to another `GetAutokeyConfigRequest` object."]]],[]]