Class MigrateKeyRequest.Builder (3.8.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public MigrateKeyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
MigrateKeyRequest.Builder
Overrides

build()

public MigrateKeyRequest build()
Returns
TypeDescription
MigrateKeyRequest

buildPartial()

public MigrateKeyRequest buildPartial()
Returns
TypeDescription
MigrateKeyRequest

clear()

public MigrateKeyRequest.Builder clear()
Returns
TypeDescription
MigrateKeyRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public MigrateKeyRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
MigrateKeyRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public MigrateKeyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
MigrateKeyRequest.Builder

This builder for chaining.

clone()

public MigrateKeyRequest.Builder clone()
Returns
TypeDescription
MigrateKeyRequest.Builder
Overrides

getDefaultInstanceForType()

public MigrateKeyRequest getDefaultInstanceForType()
Returns
TypeDescription
MigrateKeyRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

The skipBillingCheck.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public MigrateKeyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MigrateKeyRequest.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public MigrateKeyRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
MigrateKeyRequest.Builder
Overrides

mergeFrom(MigrateKeyRequest other)

public MigrateKeyRequest.Builder mergeFrom(MigrateKeyRequest other)
Parameter
NameDescription
otherMigrateKeyRequest
Returns
TypeDescription
MigrateKeyRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final MigrateKeyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
MigrateKeyRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public MigrateKeyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The name to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
valueboolean

The skipBillingCheck to set.

Returns
TypeDescription
MigrateKeyRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final MigrateKeyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
MigrateKeyRequest.Builder
Overrides