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."],[[["This page details the `CreateKeyRingRequest` class within the `Google.Cloud.Kms.V1` namespace, used to manage key rings in the Google Cloud Key Management Service."],["The latest version for this class is 3.16.0, and previous versions dating back to 2.2.0 are also available for reference."],["`CreateKeyRingRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities."],["The class has properties such as `KeyRing`, `KeyRingId`, `Parent`, and `ParentAsLocationName`, which are essential for creating and configuring key rings within the cloud environment."],["The class defines two constructor methods: one default constructor `CreateKeyRingRequest()` and another `CreateKeyRingRequest(CreateKeyRingRequest other)` which allows you to pass it another instance of the class."]]],[]]