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-03-21 UTC."],[[["The content covers various versions of the `CreateKeyRingRequest` class within the Google.Cloud.Kms.V1 namespace, ranging from version 2.2.0 to the latest version 3.16.0."],["`CreateKeyRingRequest` is a message class used for creating key rings via `KeyManagementService.CreateKeyRing`, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateKeyRingRequest` class includes properties like `KeyRing`, `KeyRingId`, and `Parent`, which are required fields for specifying the details of the key ring to be created."],["The content shows the different parameters and types associated with the properties of `CreateKeyRingRequest` for managing key rings, such as the property `KeyRingId`, which must be unique and follow a specified format."],["It also includes information about the class's constructors, one of which is the default constructor, and the other which accepts another `CreateKeyRingRequest` object."]]],[]]