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 page provides reference documentation for the `CreateKeyRingRequest` class within the Google Cloud Key Management Service v1 API, specifically for .NET."],["The `CreateKeyRingRequest` class is used as a request message for the `KeyManagementService.CreateKeyRing` method in the API."],["It outlines that the `CreateKeyRingRequest` class requires a `KeyRing` object, a unique `KeyRingId`, and a `Parent` resource name (location) in the format `projects/*/locations/*`."],["The page lists the different versions of the API with each version having its own link, with version 3.16.0 being the most recent, and it goes all the way down to version 2.2.0."],["The class implements several interfaces including `IMessage`, `IEquatable\u003cCreateKeyRingRequest\u003e`, `IDeepCloneable\u003cCreateKeyRingRequest\u003e`, and `IBufferMessage`, and inherits members from `object`."]]],[]]