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-03-21 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, one default and another that takes another `GetKeyRingRequest` as an argument, along with two properties: `KeyRingName` and `Name`, where `Name` is required to specify the KeyRing to retrieve."],["The available documentation relates to the `.Net` environment and its related Google cloud library."]]],[]]