public sealed class CreateKeyRingRequest : IMessage<CreateKeyRingRequest>, IEquatable<CreateKeyRingRequest>, IDeepCloneable<CreateKeyRingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class CreateKeyRingRequest.
Request message for
[KeyManagementService.CreateKeyRing][google.cloud.kms.v1.KeyManagementService.CreateKeyRing].
[[["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 document provides reference documentation for the `CreateKeyRingRequest` class within the Google Cloud Key Management Service (KMS) v1 API, specifically for version 3.2.0."],["The `CreateKeyRingRequest` class is used to create a request message for the `KeyManagementService.CreateKeyRing` operation, and it inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors and properties like `KeyRing`, `KeyRingId`, `Parent`, and `ParentAsLocationName`, which are used to define the details of the key ring to be created."],["The provided content also lists numerous previous versions of the `CreateKeyRingRequest` documentation, ranging from version 2.2.0 to the latest version, 3.16.0, indicating the document's change history."],["This `CreateKeyRingRequest` class is within the `Google.Cloud.Kms.V1` namespace and the `Google.Cloud.Kms.V1.dll` assembly."]]],[]]