Class MigrateKeyRequest.Builder (3.39.0)

public static final class MigrateKeyRequest.Builder extends GeneratedMessageV3.Builder<MigrateKeyRequest.Builder> implements MigrateKeyRequestOrBuilder

The migrate key request message.

Protobuf type google.cloud.recaptchaenterprise.v1.MigrateKeyRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public MigrateKeyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
MigrateKeyRequest.Builder
Overrides

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
Overrides

clearField(Descriptors.FieldDescriptor field)

public MigrateKeyRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
MigrateKeyRequest.Builder
Overrides

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.

clearOneof(Descriptors.OneofDescriptor oneof)

public MigrateKeyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
MigrateKeyRequest.Builder
Overrides

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://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.

bool skip_billing_check = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
MigrateKeyRequest.Builder

This builder for chaining.

clone()

public MigrateKeyRequest.Builder clone()
Returns
Type Description
MigrateKeyRequest.Builder
Overrides

getDefaultInstanceForType()

public MigrateKeyRequest getDefaultInstanceForType()
Returns
Type Description
MigrateKeyRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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://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.

bool skip_billing_check = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The skipBillingCheck.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public MigrateKeyRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
MigrateKeyRequest.Builder
Overrides

mergeFrom(MigrateKeyRequest other)

public MigrateKeyRequest.Builder mergeFrom(MigrateKeyRequest other)
Parameter
Name Description
other MigrateKeyRequest
Returns
Type Description
MigrateKeyRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final MigrateKeyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
MigrateKeyRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public MigrateKeyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
MigrateKeyRequest.Builder
Overrides

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 String

The 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 ByteString

The bytes for name to set.

Returns
Type Description
MigrateKeyRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public MigrateKeyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
MigrateKeyRequest.Builder
Overrides

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://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.

bool skip_billing_check = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value boolean

The skipBillingCheck to set.

Returns
Type Description
MigrateKeyRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final MigrateKeyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
MigrateKeyRequest.Builder
Overrides