Class LookupRequest.Builder (2.19.0)

public static final class LookupRequest.Builder extends GeneratedMessageV3.Builder<LookupRequest.Builder> implements LookupRequestOrBuilder

The request for Datastore.Lookup.

Protobuf type google.datastore.v1.LookupRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllKeys(Iterable<? extends Key> values)

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

Required. Keys of entities to look up.

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

Parameter
NameDescription
valuesIterable<? extends com.google.datastore.v1.Key>
Returns
TypeDescription
LookupRequest.Builder

addKeys(Key value)

public LookupRequest.Builder addKeys(Key value)

Required. Keys of entities to look up.

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

Parameter
NameDescription
valueKey
Returns
TypeDescription
LookupRequest.Builder

addKeys(Key.Builder builderForValue)

public LookupRequest.Builder addKeys(Key.Builder builderForValue)

Required. Keys of entities to look up.

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

Parameter
NameDescription
builderForValueKey.Builder
Returns
TypeDescription
LookupRequest.Builder

addKeys(int index, Key value)

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

Required. Keys of entities to look up.

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

Parameters
NameDescription
indexint
valueKey
Returns
TypeDescription
LookupRequest.Builder

addKeys(int index, Key.Builder builderForValue)

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

Required. Keys of entities to look up.

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

Parameters
NameDescription
indexint
builderForValueKey.Builder
Returns
TypeDescription
LookupRequest.Builder

addKeysBuilder()

public Key.Builder addKeysBuilder()

Required. Keys of entities to look up.

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

Returns
TypeDescription
Key.Builder

addKeysBuilder(int index)

public Key.Builder addKeysBuilder(int index)

Required. Keys of entities to look up.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
Key.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public LookupRequest build()
Returns
TypeDescription
LookupRequest

buildPartial()

public LookupRequest buildPartial()
Returns
TypeDescription
LookupRequest

clear()

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

clearDatabaseId()

public LookupRequest.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
TypeDescription
LookupRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public LookupRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
LookupRequest.Builder
Overrides

clearKeys()

public LookupRequest.Builder clearKeys()

Required. Keys of entities to look up.

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

Returns
TypeDescription
LookupRequest.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public LookupRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
LookupRequest.Builder
Overrides

clearProjectId()

public LookupRequest.Builder clearProjectId()

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

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

Returns
TypeDescription
LookupRequest.Builder

This builder for chaining.

clearReadOptions()

public LookupRequest.Builder clearReadOptions()

The options for this lookup request.

.google.datastore.v1.ReadOptions read_options = 1;

Returns
TypeDescription
LookupRequest.Builder

clone()

public LookupRequest.Builder clone()
Returns
TypeDescription
LookupRequest.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
TypeDescription
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
TypeDescription
ByteString

The bytes for databaseId.

getDefaultInstanceForType()

public LookupRequest getDefaultInstanceForType()
Returns
TypeDescription
LookupRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getKeys(int index)

public Key getKeys(int index)

Required. Keys of entities to look up.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
Key

getKeysBuilder(int index)

public Key.Builder getKeysBuilder(int index)

Required. Keys of entities to look up.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
Key.Builder

getKeysBuilderList()

public List<Key.Builder> getKeysBuilderList()

Required. Keys of entities to look up.

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

Returns
TypeDescription
List<Builder>

getKeysCount()

public int getKeysCount()

Required. Keys of entities to look up.

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

Returns
TypeDescription
int

getKeysList()

public List<Key> getKeysList()

Required. Keys of entities to look up.

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

Returns
TypeDescription
List<Key>

getKeysOrBuilder(int index)

public KeyOrBuilder getKeysOrBuilder(int index)

Required. Keys of entities to look up.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
KeyOrBuilder

getKeysOrBuilderList()

public List<? extends KeyOrBuilder> getKeysOrBuilderList()

Required. Keys of entities to look up.

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for projectId.

getReadOptions()

public ReadOptions getReadOptions()

The options for this lookup request.

.google.datastore.v1.ReadOptions read_options = 1;

Returns
TypeDescription
ReadOptions

The readOptions.

getReadOptionsBuilder()

public ReadOptions.Builder getReadOptionsBuilder()

The options for this lookup request.

.google.datastore.v1.ReadOptions read_options = 1;

Returns
TypeDescription
ReadOptions.Builder

getReadOptionsOrBuilder()

public ReadOptionsOrBuilder getReadOptionsOrBuilder()

The options for this lookup request.

.google.datastore.v1.ReadOptions read_options = 1;

Returns
TypeDescription
ReadOptionsOrBuilder

hasReadOptions()

public boolean hasReadOptions()

The options for this lookup request.

.google.datastore.v1.ReadOptions read_options = 1;

Returns
TypeDescription
boolean

Whether the readOptions field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(LookupRequest other)

public LookupRequest.Builder mergeFrom(LookupRequest other)
Parameter
NameDescription
otherLookupRequest
Returns
TypeDescription
LookupRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeReadOptions(ReadOptions value)

public LookupRequest.Builder mergeReadOptions(ReadOptions value)

The options for this lookup request.

.google.datastore.v1.ReadOptions read_options = 1;

Parameter
NameDescription
valueReadOptions
Returns
TypeDescription
LookupRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removeKeys(int index)

public LookupRequest.Builder removeKeys(int index)

Required. Keys of entities to look up.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
LookupRequest.Builder

setDatabaseId(String value)

public LookupRequest.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
NameDescription
valueString

The databaseId to set.

Returns
TypeDescription
LookupRequest.Builder

This builder for chaining.

setDatabaseIdBytes(ByteString value)

public LookupRequest.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
NameDescription
valueByteString

The bytes for databaseId to set.

Returns
TypeDescription
LookupRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setKeys(int index, Key value)

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

Required. Keys of entities to look up.

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

Parameters
NameDescription
indexint
valueKey
Returns
TypeDescription
LookupRequest.Builder

setKeys(int index, Key.Builder builderForValue)

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

Required. Keys of entities to look up.

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

Parameters
NameDescription
indexint
builderForValueKey.Builder
Returns
TypeDescription
LookupRequest.Builder

setProjectId(String value)

public LookupRequest.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
NameDescription
valueString

The projectId to set.

Returns
TypeDescription
LookupRequest.Builder

This builder for chaining.

setProjectIdBytes(ByteString value)

public LookupRequest.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
NameDescription
valueByteString

The bytes for projectId to set.

Returns
TypeDescription
LookupRequest.Builder

This builder for chaining.

setReadOptions(ReadOptions value)

public LookupRequest.Builder setReadOptions(ReadOptions value)

The options for this lookup request.

.google.datastore.v1.ReadOptions read_options = 1;

Parameter
NameDescription
valueReadOptions
Returns
TypeDescription
LookupRequest.Builder

setReadOptions(ReadOptions.Builder builderForValue)

public LookupRequest.Builder setReadOptions(ReadOptions.Builder builderForValue)

The options for this lookup request.

.google.datastore.v1.ReadOptions read_options = 1;

Parameter
NameDescription
builderForValueReadOptions.Builder
Returns
TypeDescription
LookupRequest.Builder

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

public LookupRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
LookupRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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