Reference documentation and code samples for the Firestore in Datastore mode V1 API class Google::Cloud::Datastore::V1::LookupRequest.
The request for Datastore.Lookup.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#keys
def keys() -> ::Array<::Google::Cloud::Datastore::V1::Key>
Returns
- (::Array<::Google::Cloud::Datastore::V1::Key>) — Required. Keys of entities to look up.
#keys=
def keys=(value) -> ::Array<::Google::Cloud::Datastore::V1::Key>
Parameter
- value (::Array<::Google::Cloud::Datastore::V1::Key>) — Required. Keys of entities to look up.
Returns
- (::Array<::Google::Cloud::Datastore::V1::Key>) — Required. Keys of entities to look up.
#project_id
def project_id() -> ::String
Returns
- (::String) — Required. The ID of the project against which to make the request.
#project_id=
def project_id=(value) -> ::String
Parameter
- value (::String) — Required. The ID of the project against which to make the request.
Returns
- (::String) — Required. The ID of the project against which to make the request.
#read_options
def read_options() -> ::Google::Cloud::Datastore::V1::ReadOptions
Returns
- (::Google::Cloud::Datastore::V1::ReadOptions) — The options for this lookup request.
#read_options=
def read_options=(value) -> ::Google::Cloud::Datastore::V1::ReadOptions
Parameter
- value (::Google::Cloud::Datastore::V1::ReadOptions) — The options for this lookup request.
Returns
- (::Google::Cloud::Datastore::V1::ReadOptions) — The options for this lookup request.