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."],[[["This page provides reference documentation for the `GetKeyRingRequest` class within the Google Cloud Key Management Service v1 API, specifically for .NET development."],["The `GetKeyRingRequest` class is used to construct request messages for retrieving a specific KeyRing, as part of the KeyManagementService API."],["The class inherits from `object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering different functionalities."],["The page details the available constructors for the `GetKeyRingRequest` class, including a default constructor and one that accepts another `GetKeyRingRequest` object."],["Key properties of `GetKeyRingRequest` are outlined, such as `KeyRingName` (a typed view of the KeyRing resource name) and `Name` (the string representation of the KeyRing's name)."]]],[]]