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 `CreateKeyRingRequest` class is a request message used for creating a new KeyRing within the Key Management Service (KMS) and is part of the `Google.Cloud.Kms.V1` namespace in the .NET library."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `CreateKeyRingRequest` class includes properties such as `KeyRing`, `KeyRingId`, `Parent`, and `ParentAsLocationName`, which are used to define the KeyRing to be created and its location."],["The content provides documentation and references to multiple versions of the `CreateKeyRingRequest`, with version 3.16.0 being the latest, and version 2.8.0 included in the provided details."],["The class includes a default constructor and one accepting another instance of itself, and includes several inherited members that can be used with this class."]]],[]]