public sealed class GetKeyRingRequest : IMessage<GetKeyRingRequest>, IEquatable<GetKeyRingRequest>, IDeepCloneable<GetKeyRingRequest>, IBufferMessage, IMessage
Request message for [KeyManagementService.GetKeyRing][google.cloud.kms.v1.KeyManagementService.GetKeyRing].
[[["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 webpage details the `GetKeyRingRequest` class within the `Google.Cloud.Kms.V1` namespace, used for retrieving a specific KeyRing in the Google Cloud Key Management Service."],["The content includes a list of versions for the `GetKeyRingRequest`, ranging from the latest version 3.16.0 down to version 2.2.0."],["The `GetKeyRingRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetKeyRingRequest` class contains two constructors and two properties, `KeyRingName` which is a typed view of the name property, and `Name`, which is the resource name property of the KeyRing."],["The `GetKeyRingRequest` is defined in the `Google.Cloud.Kms.V1.dll` assembly, providing the structure for requesting KeyRing data from the Google Cloud Key Management Service."]]],[]]