public sealed class CreateKeyRequest : IMessage<CreateKeyRequest>, IEquatable<CreateKeyRequest>, IDeepCloneable<CreateKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class CreateKeyRequest.
[[["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 webpage provides documentation for the `CreateKeyRequest` class within the Google Cloud reCAPTCHA Enterprise v1 API, specifically for the .NET environment."],["The `CreateKeyRequest` class is used to structure a request for creating a new reCAPTCHA Enterprise key, with information regarding the key and the parent project required for creation."],["The documentation includes version history for the `CreateKeyRequest` class, including the latest version (2.17.0) and preceding versions going back to 1.2.0."],["The `CreateKeyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Protobuf ecosystem."],["The class has two constructors, a default one and one that takes another `CreateKeyRequest` object for cloning purposes, and it includes properties such as `Key`, `Parent`, and `ParentAsProjectName` for configuring the key creation request."]]],[]]