public static final class MigrateKeyRequest.Builder extends GeneratedMessage.Builder<MigrateKeyRequest.Builder> implements MigrateKeyRequestOrBuilderThe migrate key request message.
Protobuf type google.cloud.recaptchaenterprise.v1.MigrateKeyRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > MigrateKeyRequest.BuilderImplements
MigrateKeyRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public MigrateKeyRequest build()| Returns | |
|---|---|
| Type | Description |
MigrateKeyRequest |
|
buildPartial()
public MigrateKeyRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
MigrateKeyRequest |
|
clear()
public MigrateKeyRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
MigrateKeyRequest.Builder |
|
clearName()
public MigrateKeyRequest.Builder clearName() Required. The name of the key to be migrated, in the format
projects/{project}/keys/{key}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
MigrateKeyRequest.Builder |
This builder for chaining. |
clearSkipBillingCheck()
public MigrateKeyRequest.Builder clearSkipBillingCheck()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.
bool skip_billing_check = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
MigrateKeyRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public MigrateKeyRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
MigrateKeyRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName() Required. The name of the key to be migrated, in the format
projects/{project}/keys/{key}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() Required. The name of the key to be migrated, in the format
projects/{project}/keys/{key}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getSkipBillingCheck()
public boolean 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.
bool skip_billing_check = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The skipBillingCheck. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public MigrateKeyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MigrateKeyRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public MigrateKeyRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
MigrateKeyRequest.Builder |
|
mergeFrom(MigrateKeyRequest other)
public MigrateKeyRequest.Builder mergeFrom(MigrateKeyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
MigrateKeyRequest |
| Returns | |
|---|---|
| Type | Description |
MigrateKeyRequest.Builder |
|
setName(String value)
public MigrateKeyRequest.Builder setName(String value) Required. The name of the key to be migrated, in the format
projects/{project}/keys/{key}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
MigrateKeyRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public MigrateKeyRequest.Builder setNameBytes(ByteString value) Required. The name of the key to be migrated, in the format
projects/{project}/keys/{key}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
MigrateKeyRequest.Builder |
This builder for chaining. |
setSkipBillingCheck(boolean value)
public MigrateKeyRequest.Builder setSkipBillingCheck(boolean value)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.
bool skip_billing_check = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe skipBillingCheck to set. |
| Returns | |
|---|---|
| Type | Description |
MigrateKeyRequest.Builder |
This builder for chaining. |