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 information for the `CreateKeyRingRequest` class within the Google Cloud Key Management Service (KMS) v1 API, specifically for the .NET library."],["The `CreateKeyRingRequest` class is used to create a request for the `KeyManagementService.CreateKeyRing` method, allowing the creation of a key ring in a specified location."],["The latest version of the Google Cloud KMS v1 API reference in the document is 3.16.0, with versions ranging from 3.16.0 down to 2.2.0 and includes links to the documentation of each version."],["The `CreateKeyRingRequest` class inherits from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateKeyRingRequest` class contains properties like `KeyRing`, `KeyRingId`, and `Parent`, which are essential for defining the key ring to be created, its ID, and its location, respectively, and it also includes constructors that allow the initial creation of the request."]]],[]]