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 within the `Google.Cloud.Kms.V1` namespace, used to create a key ring in the Google Cloud Key Management Service."],["The content includes a list of versions for the `CreateKeyRingRequest` resource, ranging from version 2.2.0 to the latest version 3.16.0."],["The `CreateKeyRingRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateKeyRingRequest` class has constructors and key properties such as `KeyRing`, `KeyRingId`, `Parent`, and `ParentAsLocationName`, which are critical for creating a new key ring."],["This page also describes the required parameters for creating a `KeyRing` including its ID, the parent location resource, and initial field values."]]],[]]