Class AllocateIdsRequest.Builder (2.19.2)

public static final class AllocateIdsRequest.Builder extends GeneratedMessageV3.Builder<AllocateIdsRequest.Builder> implements AllocateIdsRequestOrBuilder

The request for Datastore.AllocateIds.

Protobuf type google.datastore.v1.AllocateIdsRequest

Static Methods

getDescriptor()

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

Methods

addAllKeys(Iterable<? extends Key> values)

public AllocateIdsRequest.Builder addAllKeys(Iterable<? extends Key> values)

Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.

repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
values Iterable<? extends com.google.datastore.v1.Key>
Returns
Type Description
AllocateIdsRequest.Builder

addKeys(Key value)

public AllocateIdsRequest.Builder addKeys(Key value)

Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.

repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Key
Returns
Type Description
AllocateIdsRequest.Builder

addKeys(Key.Builder builderForValue)

public AllocateIdsRequest.Builder addKeys(Key.Builder builderForValue)

Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.

repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];

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

addKeys(int index, Key value)

public AllocateIdsRequest.Builder addKeys(int index, Key value)

Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.

repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
value Key
Returns
Type Description
AllocateIdsRequest.Builder

addKeys(int index, Key.Builder builderForValue)

public AllocateIdsRequest.Builder addKeys(int index, Key.Builder builderForValue)

Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.

repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
builderForValue Key.Builder
Returns
Type Description
AllocateIdsRequest.Builder

addKeysBuilder()

public Key.Builder addKeysBuilder()

Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.

repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Key.Builder

addKeysBuilder(int index)

public Key.Builder addKeysBuilder(int index)

Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.

repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
Key.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public AllocateIdsRequest build()
Returns
Type Description
AllocateIdsRequest

buildPartial()

public AllocateIdsRequest buildPartial()
Returns
Type Description
AllocateIdsRequest

clear()

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

clearDatabaseId()

public AllocateIdsRequest.Builder clearDatabaseId()

The ID of the database against which to make the request.

'(default)' is not allowed; please use empty string '' to refer the default database.

string database_id = 9;

Returns
Type Description
AllocateIdsRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearKeys()

public AllocateIdsRequest.Builder clearKeys()

Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.

repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AllocateIdsRequest.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearProjectId()

public AllocateIdsRequest.Builder clearProjectId()

Required. The ID of the project against which to make the request.

string project_id = 8 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AllocateIdsRequest.Builder

This builder for chaining.

clone()

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

getDatabaseId()

public String getDatabaseId()

The ID of the database against which to make the request.

'(default)' is not allowed; please use empty string '' to refer the default database.

string database_id = 9;

Returns
Type Description
String

The databaseId.

getDatabaseIdBytes()

public ByteString getDatabaseIdBytes()

The ID of the database against which to make the request.

'(default)' is not allowed; please use empty string '' to refer the default database.

string database_id = 9;

Returns
Type Description
ByteString

The bytes for databaseId.

getDefaultInstanceForType()

public AllocateIdsRequest getDefaultInstanceForType()
Returns
Type Description
AllocateIdsRequest

getDescriptorForType()

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

getKeys(int index)

public Key getKeys(int index)

Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.

repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
Key

getKeysBuilder(int index)

public Key.Builder getKeysBuilder(int index)

Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.

repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
Key.Builder

getKeysBuilderList()

public List<Key.Builder> getKeysBuilderList()

Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.

repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<Builder>

getKeysCount()

public int getKeysCount()

Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.

repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getKeysList()

public List<Key> getKeysList()

Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.

repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<Key>

getKeysOrBuilder(int index)

public KeyOrBuilder getKeysOrBuilder(int index)

Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.

repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
KeyOrBuilder

getKeysOrBuilderList()

public List<? extends KeyOrBuilder> getKeysOrBuilderList()

Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.

repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.datastore.v1.KeyOrBuilder>

getProjectId()

public String getProjectId()

Required. The ID of the project against which to make the request.

string project_id = 8 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The projectId.

getProjectIdBytes()

public ByteString getProjectIdBytes()

Required. The ID of the project against which to make the request.

string project_id = 8 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for projectId.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AllocateIdsRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removeKeys(int index)

public AllocateIdsRequest.Builder removeKeys(int index)

Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.

repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
AllocateIdsRequest.Builder

setDatabaseId(String value)

public AllocateIdsRequest.Builder setDatabaseId(String value)

The ID of the database against which to make the request.

'(default)' is not allowed; please use empty string '' to refer the default database.

string database_id = 9;

Parameter
Name Description
value String

The databaseId to set.

Returns
Type Description
AllocateIdsRequest.Builder

This builder for chaining.

setDatabaseIdBytes(ByteString value)

public AllocateIdsRequest.Builder setDatabaseIdBytes(ByteString value)

The ID of the database against which to make the request.

'(default)' is not allowed; please use empty string '' to refer the default database.

string database_id = 9;

Parameter
Name Description
value ByteString

The bytes for databaseId to set.

Returns
Type Description
AllocateIdsRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setKeys(int index, Key value)

public AllocateIdsRequest.Builder setKeys(int index, Key value)

Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.

repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
value Key
Returns
Type Description
AllocateIdsRequest.Builder

setKeys(int index, Key.Builder builderForValue)

public AllocateIdsRequest.Builder setKeys(int index, Key.Builder builderForValue)

Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.

repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
builderForValue Key.Builder
Returns
Type Description
AllocateIdsRequest.Builder

setProjectId(String value)

public AllocateIdsRequest.Builder setProjectId(String value)

Required. The ID of the project against which to make the request.

string project_id = 8 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The projectId to set.

Returns
Type Description
AllocateIdsRequest.Builder

This builder for chaining.

setProjectIdBytes(ByteString value)

public AllocateIdsRequest.Builder setProjectIdBytes(ByteString value)

Required. The ID of the project against which to make the request.

string project_id = 8 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for projectId to set.

Returns
Type Description
AllocateIdsRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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