Class CreateKeyRequest.Builder (3.80.0)

public static final class CreateKeyRequest.Builder extends GeneratedMessage.Builder<CreateKeyRequest.Builder> implements CreateKeyRequestOrBuilder

The create key request message.

Protobuf type google.cloud.recaptchaenterprise.v1.CreateKeyRequest

Static Methods

getDescriptor()

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

Methods

build()

public CreateKeyRequest build()
Returns
Type Description
CreateKeyRequest

buildPartial()

public CreateKeyRequest buildPartial()
Returns
Type Description
CreateKeyRequest

clear()

public CreateKeyRequest.Builder clear()
Returns
Type Description
CreateKeyRequest.Builder
Overrides

clearKey()

public CreateKeyRequest.Builder clearKey()

Required. Information to create a reCAPTCHA Enterprise key.

.google.cloud.recaptchaenterprise.v1.Key key = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CreateKeyRequest.Builder

clearParent()

public CreateKeyRequest.Builder clearParent()

Required. The name of the project in which the key is created, in the format projects/{project}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
CreateKeyRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public CreateKeyRequest getDefaultInstanceForType()
Returns
Type Description
CreateKeyRequest

getDescriptorForType()

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

getKey()

public Key getKey()

Required. Information to create a reCAPTCHA Enterprise key.

.google.cloud.recaptchaenterprise.v1.Key key = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Key

The key.

getKeyBuilder()

public Key.Builder getKeyBuilder()

Required. Information to create a reCAPTCHA Enterprise key.

.google.cloud.recaptchaenterprise.v1.Key key = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Key.Builder

getKeyOrBuilder()

public KeyOrBuilder getKeyOrBuilder()

Required. Information to create a reCAPTCHA Enterprise key.

.google.cloud.recaptchaenterprise.v1.Key key = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
KeyOrBuilder

getParent()

public String getParent()

Required. The name of the project in which the key is created, in the format projects/{project}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The name of the project in which the key is created, in the format projects/{project}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasKey()

public boolean hasKey()

Required. Information to create a reCAPTCHA Enterprise key.

.google.cloud.recaptchaenterprise.v1.Key key = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the key field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CreateKeyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateKeyRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

mergeFrom(CreateKeyRequest other)

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

mergeKey(Key value)

public CreateKeyRequest.Builder mergeKey(Key value)

Required. Information to create a reCAPTCHA Enterprise key.

.google.cloud.recaptchaenterprise.v1.Key key = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Key
Returns
Type Description
CreateKeyRequest.Builder

setKey(Key value)

public CreateKeyRequest.Builder setKey(Key value)

Required. Information to create a reCAPTCHA Enterprise key.

.google.cloud.recaptchaenterprise.v1.Key key = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Key
Returns
Type Description
CreateKeyRequest.Builder

setKey(Key.Builder builderForValue)

public CreateKeyRequest.Builder setKey(Key.Builder builderForValue)

Required. Information to create a reCAPTCHA Enterprise key.

.google.cloud.recaptchaenterprise.v1.Key key = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue Key.Builder
Returns
Type Description
CreateKeyRequest.Builder

setParent(String value)

public CreateKeyRequest.Builder setParent(String value)

Required. The name of the project in which the key is created, in the format projects/{project}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
CreateKeyRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateKeyRequest.Builder setParentBytes(ByteString value)

Required. The name of the project in which the key is created, in the format projects/{project}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
CreateKeyRequest.Builder

This builder for chaining.