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 provides documentation for the `GetKeyRingRequest` class within the `Google.Cloud.Kms.V1` namespace, used to request a KeyRing from the Key Management Service."],["The latest version available is 3.16.0, while the page content corresponds to version 2.9.0 of the `GetKeyRingRequest` class documentation."],["`GetKeyRingRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetKeyRingRequest` class has two constructors, a default constructor and a constructor to make a copy of another `GetKeyRingRequest` object, and two properties named KeyRingName and Name."],["The class inherits members from the base Object class, including GetHashCode, GetType, MemberwiseClone and ToString."]]],[]]