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 available versions for the `GetKeyRingRequest` class, ranging from version 2.2.0 up to the latest version 3.16.0, along with links to the documentation for each."],["`GetKeyRingRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with members inherited from the base `Object` class."],["The class provides constructors for creating instances of `GetKeyRingRequest`, either with default values or by copying an existing `GetKeyRingRequest` object."],["It has properties like `KeyRingName` and `Name` that are used to specify which `KeyRing` to retrieve."]]],[]]