public sealed class CreateKeyRingRequest : IMessage<CreateKeyRingRequest>, IEquatable<CreateKeyRingRequest>, IDeepCloneable<CreateKeyRingRequest>, IBufferMessage, IMessage
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-04-09 UTC."],[[["This page details the `CreateKeyRingRequest` class, which is used to request the creation of a KeyRing within the Google Cloud Key Management Service (KMS)."],["The `CreateKeyRingRequest` class, found in the `Google.Cloud.Kms.V1` namespace, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateKeyRingRequest` requires a `KeyRing` object with initial field values, a `KeyRingId` which is unique within its location, and a `Parent` resource name specifying the associated location."],["The latest version available is 3.16.0, while this document refers to version 2.6.0 and includes links to documentation for various versions from 2.2.0 to 3.16.0."],["The `CreateKeyRingRequest` class also has properties such as `KeyRingId`, `Parent` and `ParentAsLocationName` and contains two constructors, one default and one that copies from an existing `CreateKeyRingRequest` instance."]]],[]]