The migrate key request message.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.MigrateKeyRequest
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getName() Required. The name of the key to be migrated, in the format
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
|
| public getSkipBillingCheck() 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://docs.cloud.google.com/recaptcha/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/docs/billing-information. Generated from protobuf field bool skip_billing_check = 2 [(.google.api.field_behavior) = OPTIONAL];
|
| public setName( $var) Required. The name of the key to be migrated, in the format
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
|
| public setSkipBillingCheck( $var) 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://docs.cloud.google.com/recaptcha/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/docs/billing-information. Generated from protobuf field bool skip_billing_check = 2 [(.google.api.field_behavior) = OPTIONAL];
|
| Properties |
| protected $name = '' Required. The name of the key to be migrated, in the format
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { |
| protected $skip_billing_check = false 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://docs.cloud.google.com/recaptcha/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/docs/billing-information. Generated from protobuf field bool skip_billing_check = 2 [(.google.api.field_behavior) = OPTIONAL]; |
| Methods |