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-03-21 UTC."],[[["This document provides reference information for the `CreateKeyRingRequest` class within the Google Cloud Key Management Service (KMS) v1 API, specifically for .NET development."],["The `CreateKeyRingRequest` class is used to send requests to the `KeyManagementService.CreateKeyRing` method, enabling the creation of new key rings within a specified location."],["Key properties of the `CreateKeyRingRequest` include `KeyRing` (the KeyRing object to be created), `KeyRingId` (a unique identifier for the KeyRing), and `Parent` (the location where the KeyRing will reside), which are all required."],["The document lists various versions of the Google Cloud KMS v1 API, ranging from the latest version 3.16.0 down to version 2.2.0, with the focus being on version 3.14.0, to show its available class, method, and property information."],["The `CreateKeyRingRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base .NET `object` class, providing various functionalities for object interaction and manipulation."]]],[]]