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."],[[["The latest version of the Google Cloud Key Management Service v1 API class is 3.16.0, with multiple previous versions listed for reference, including the current 3.7.0 version."],["`GetKeyRingRequest` is a request message used for retrieving a specific KeyRing within the Google Cloud Key Management Service, as defined in the v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling, equality comparison, deep cloning, and buffer management."],["The class `GetKeyRingRequest` has two constructors: a default constructor and another that accepts an existing `GetKeyRingRequest` object for copying, and two properties: `KeyRingName` and `Name`, for managing the KeyRing resource name."],["The `GetKeyRingRequest` class is found in the namespace `Google.Cloud.Kms.V1`, within the `Google.Cloud.Kms.V1.dll` assembly."]]],[]]