public sealed class CreateKeyRingRequest : IMessage<CreateKeyRingRequest>, IEquatable<CreateKeyRingRequest>, IDeepCloneable<CreateKeyRingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class CreateKeyRingRequest.
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."],[[["This document provides reference documentation for the `CreateKeyRingRequest` class within the Google Cloud Key Management Service v1 API, specifically for the .NET environment, with versioning ranging from 2.2.0 up to the latest 3.16.0."],["The `CreateKeyRingRequest` class is a message type used to request the creation of a KeyRing and it inherits from object and implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `CreateKeyRingRequest` class includes properties like `KeyRing`, `KeyRingId`, `Parent`, and `ParentAsLocationName`, which are used to define the KeyRing's details, location, and resource name."],["There are two different constructors available for the class: one is a default constructor, and the second can take another `CreateKeyRingRequest` object to create a copy of it."],["The documentation covers versions 2.2.0 to the latest 3.16.0, with the most recent version available to view at the top of the list and each version link relating to the `CreateKeyRingRequest`."]]],[]]