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."],[[["The latest version available for `CreateKeyRingRequest` is 3.16.0, but there are multiple older versions starting from 3.15.0 all the way down to 2.2.0."],["`CreateKeyRingRequest` is a request message used for `KeyManagementService.CreateKeyRing` operations within the Google Cloud KMS v1 library, implementing interfaces for message handling, equality, cloning, and buffering."],["The `CreateKeyRingRequest` class requires parameters such as `KeyRing`, `KeyRingId`, and `Parent` to provide necessary information for creating a key ring, including location and unique identification."],["The class inherits from `Object`, and also has a set of inherited members such as `GetHashCode()` and `ToString()`, along with several constructors."],["The class provides properties such as `ParentAsLocationName`, allowing a view over the parent resource name with a type of `LocationName`."]]],[]]