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.
The create key request message.
Implements
IMessageCreateKeyRequest, IEquatableCreateKeyRequest, IDeepCloneableCreateKeyRequest, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.RecaptchaEnterpriseV1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
CreateKeyRequest()
public CreateKeyRequest()
CreateKeyRequest(CreateKeyRequest)
public CreateKeyRequest(CreateKeyRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateKeyRequest |
Properties
Key
public Key Key { get; set; }
Required. Information to create a reCAPTCHA Enterprise key.
Property Value | |
---|---|
Type | Description |
Key |
Parent
public string Parent { get; set; }
Required. The name of the project in which the key will be created, in the format "projects/{project}".
Property Value | |
---|---|
Type | Description |
string |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |