public sealed class GetKeyRingRequest : IMessage<GetKeyRingRequest>, IEquatable<GetKeyRingRequest>, IDeepCloneable<GetKeyRingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class GetKeyRingRequest.
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."],[[["The webpage provides reference documentation for the `GetKeyRingRequest` class within the Google Cloud Key Management Service v1 API."],["This class is used as a request message for the `KeyManagementService.GetKeyRing` function, which fetches a specific KeyRing."],["The content shows a comprehensive list of available versions of this API, ranging from version 2.2.0 to 3.16.0, with 3.16.0 as the latest."],["`GetKeyRingRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetKeyRingRequest` has properties including `KeyRingName` and `Name`, the latter which is required to specify which key ring to get."]]],[]]