Google Cloud reCAPTCHA Enterprise v1 API - Class MigrateKeyRequest (2.12.0)

public sealed class MigrateKeyRequest : IMessage<MigrateKeyRequest>, IEquatable<MigrateKeyRequest>, IDeepCloneable<MigrateKeyRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class MigrateKeyRequest.

The migrate key request message.

Inheritance

object > MigrateKeyRequest

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

MigrateKeyRequest()

public MigrateKeyRequest()

MigrateKeyRequest(MigrateKeyRequest)

public MigrateKeyRequest(MigrateKeyRequest other)
Parameter
NameDescription
otherMigrateKeyRequest

Properties

KeyName

public KeyName KeyName { get; set; }

KeyName-typed view over the Name resource name property.

Property Value
TypeDescription
KeyName

Name

public string Name { get; set; }

Required. The name of the key to be migrated, in the format projects/{project}/keys/{key}.

Property Value
TypeDescription
string

SkipBillingCheck

public bool SkipBillingCheck { get; set; }

Optional. If true, skips the billing check. A reCAPTCHA Enterprise key or migrated key behaves differently than a reCAPTCHA (non-Enterprise version) key when you reach a quota limit (see https://cloud.google.com/recaptcha-enterprise/quotas#quota_limit). To avoid any disruption of your usage, we check that a billing account is present. If your usage of reCAPTCHA is under the free quota, you can safely skip the billing check and proceed with the migration. See https://cloud.google.com/recaptcha-enterprise/docs/billing-information.

Property Value
TypeDescription
bool