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 focuses on the `CreateKeyRingRequest` class within the `Google.Cloud.Kms.V1` namespace, which is used for requesting the creation of a KeyRing in the Google Cloud Key Management Service."],["The latest version of the documentation is 3.16.0, with a comprehensive history of versions available dating back to 2.2.0."],["`CreateKeyRingRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `KeyRing`, `KeyRingId`, `Parent`, and `ParentAsLocationName` that are used to define the details of the KeyRing to be created."],["There are two constructors available for `CreateKeyRingRequest`, one empty and another to make a copy of another instance of `CreateKeyRingRequest`."]]],[]]