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-03-21 UTC."],[[["This webpage provides reference documentation for the `GetKeyRingRequest` class within the Google Cloud Key Management Service v1 API, specifically for version 3.14.0."],["The `GetKeyRingRequest` class is used to send requests to retrieve a `KeyRing` resource via the `KeyManagementService.GetKeyRing` method."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with details on inheritance from the base `object` class."],["It contains properties such as `KeyRingName` (a typed view over the `Name` property) and `Name`, which is a string representing the name of the `KeyRing` to be retrieved."],["The page also lists other available versions of this API, with the latest being 3.16.0 and provides a link to each version."]]],[]]