Reference documentation and code samples for the Firestore in Datastore mode V1 API class Google::Cloud::Datastore::V1::LookupResponse.
The response for Datastore.Lookup.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deferred
def deferred() -> ::Array<::Google::Cloud::Datastore::V1::Key>
- (::Array<::Google::Cloud::Datastore::V1::Key>) — A list of keys that were not looked up due to resource constraints. The order of results in this field is undefined and has no relation to the order of the keys in the input.
#deferred=
def deferred=(value) -> ::Array<::Google::Cloud::Datastore::V1::Key>
- value (::Array<::Google::Cloud::Datastore::V1::Key>) — A list of keys that were not looked up due to resource constraints. The order of results in this field is undefined and has no relation to the order of the keys in the input.
- (::Array<::Google::Cloud::Datastore::V1::Key>) — A list of keys that were not looked up due to resource constraints. The order of results in this field is undefined and has no relation to the order of the keys in the input.
#found
def found() -> ::Array<::Google::Cloud::Datastore::V1::EntityResult>
-
(::Array<::Google::Cloud::Datastore::V1::EntityResult>) — Entities found as
ResultType.FULL
entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
#found=
def found=(value) -> ::Array<::Google::Cloud::Datastore::V1::EntityResult>
-
value (::Array<::Google::Cloud::Datastore::V1::EntityResult>) — Entities found as
ResultType.FULL
entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
-
(::Array<::Google::Cloud::Datastore::V1::EntityResult>) — Entities found as
ResultType.FULL
entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
#missing
def missing() -> ::Array<::Google::Cloud::Datastore::V1::EntityResult>
-
(::Array<::Google::Cloud::Datastore::V1::EntityResult>) — Entities not found as
ResultType.KEY_ONLY
entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
#missing=
def missing=(value) -> ::Array<::Google::Cloud::Datastore::V1::EntityResult>
-
value (::Array<::Google::Cloud::Datastore::V1::EntityResult>) — Entities not found as
ResultType.KEY_ONLY
entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
-
(::Array<::Google::Cloud::Datastore::V1::EntityResult>) — Entities not found as
ResultType.KEY_ONLY
entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
#read_time
def read_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — The time at which these entities were read or found missing.
#read_time=
def read_time=(value) -> ::Google::Protobuf::Timestamp
- value (::Google::Protobuf::Timestamp) — The time at which these entities were read or found missing.
- (::Google::Protobuf::Timestamp) — The time at which these entities were read or found missing.
#transaction
def transaction() -> ::String
-
(::String) — The identifier of the transaction that was started as part of this Lookup
request.
Set only when ReadOptions.new_transaction was set in LookupRequest.read_options.
#transaction=
def transaction=(value) -> ::String
-
value (::String) — The identifier of the transaction that was started as part of this Lookup
request.
Set only when ReadOptions.new_transaction was set in LookupRequest.read_options.
-
(::String) — The identifier of the transaction that was started as part of this Lookup
request.
Set only when ReadOptions.new_transaction was set in LookupRequest.read_options.