publicfinalclass LookupRequestextendsGeneratedMessageV3implementsLookupRequestOrBuilder
The request for Datastore.Lookup.
Protobuf type google.datastore.v1.LookupRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DATABASE_ID_FIELD_NUMBER
publicstaticfinalintDATABASE_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
KEYS_FIELD_NUMBER
publicstaticfinalintKEYS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
PROJECT_ID_FIELD_NUMBER
publicstaticfinalintPROJECT_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
PROPERTY_MASK_FIELD_NUMBER
publicstaticfinalintPROPERTY_MASK_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
READ_OPTIONS_FIELD_NUMBER
publicstaticfinalintREAD_OPTIONS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticLookupRequestgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticLookupRequest.BuildernewBuilder()
newBuilder(LookupRequest prototype)
publicstaticLookupRequest.BuildernewBuilder(LookupRequestprototype)
publicstaticLookupRequestparseDelimitedFrom(InputStreaminput)
publicstaticLookupRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticLookupRequestparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticLookupRequestparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticLookupRequestparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticLookupRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticLookupRequestparseFrom(CodedInputStreaminput)
publicstaticLookupRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticLookupRequestparseFrom(InputStreaminput)
publicstaticLookupRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticLookupRequestparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticLookupRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<LookupRequest>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDatabaseId()
publicStringgetDatabaseId()
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()
publicByteStringgetDatabaseIdBytes()
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()
publicLookupRequestgetDefaultInstanceForType()
getKeys(int index)
publicKeygetKeys(intindex)
Required. Keys of entities to look up.
repeated .google.datastore.v1.Key keys = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
index |
int
|
| Returns |
| Type |
Description |
Key |
getKeysCount()
Required. Keys of entities to look up.
repeated .google.datastore.v1.Key keys = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
int |
getKeysList()
publicList<Key>getKeysList()
Required. Keys of entities to look up.
repeated .google.datastore.v1.Key keys = 3 [(.google.api.field_behavior) = REQUIRED];
getKeysOrBuilder(int index)
publicKeyOrBuildergetKeysOrBuilder(intindex)
Required. Keys of entities to look up.
repeated .google.datastore.v1.Key keys = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
index |
int
|
getKeysOrBuilderList()
publicList<?extendsKeyOrBuilder>getKeysOrBuilderList()
Required. Keys of entities to look up.
repeated .google.datastore.v1.Key keys = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
List<? extends com.google.datastore.v1.KeyOrBuilder> |
getParserForType()
publicParser<LookupRequest>getParserForType()
Overrides
getProjectId()
publicStringgetProjectId()
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()
publicByteStringgetProjectIdBytes()
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.
|
getPropertyMask()
publicPropertyMaskgetPropertyMask()
The properties to return. Defaults to returning all properties.
If this field is set and an entity has a property not referenced in the
mask, it will be absent from [LookupResponse.found.entity.properties][].
The entity's key is always returned.
.google.datastore.v1.PropertyMask property_mask = 5;
getPropertyMaskOrBuilder()
publicPropertyMaskOrBuildergetPropertyMaskOrBuilder()
The properties to return. Defaults to returning all properties.
If this field is set and an entity has a property not referenced in the
mask, it will be absent from [LookupResponse.found.entity.properties][].
The entity's key is always returned.
.google.datastore.v1.PropertyMask property_mask = 5;
getReadOptions()
publicReadOptionsgetReadOptions()
The options for this lookup request.
.google.datastore.v1.ReadOptions read_options = 1;
getReadOptionsOrBuilder()
publicReadOptionsOrBuildergetReadOptionsOrBuilder()
The options for this lookup request.
.google.datastore.v1.ReadOptions read_options = 1;
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
hasPropertyMask()
publicbooleanhasPropertyMask()
The properties to return. Defaults to returning all properties.
If this field is set and an entity has a property not referenced in the
mask, it will be absent from [LookupResponse.found.entity.properties][].
The entity's key is always returned.
.google.datastore.v1.PropertyMask property_mask = 5;
| Returns |
| Type |
Description |
boolean |
Whether the propertyMask field is set.
|
hasReadOptions()
publicbooleanhasReadOptions()
The options for this lookup request.
.google.datastore.v1.ReadOptions read_options = 1;
| Returns |
| Type |
Description |
boolean |
Whether the readOptions field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicLookupRequest.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedLookupRequest.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicLookupRequest.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides