Class: Google::Cloud::Datastore::V1::LookupResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/datastore/v1/datastore.rb

Overview

The response for Datastore.Lookup.

Instance Attribute Summary collapse

Instance Attribute Details

#deferred::Array<::Google::Cloud::Datastore::V1::Key>

Returns 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.

Returns:

  • (::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.



55
56
57
58
# File 'proto_docs/google/datastore/v1/datastore.rb', line 55

class LookupResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#found::Array<::Google::Cloud::Datastore::V1::EntityResult>

Returns 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.

Returns:



55
56
57
58
# File 'proto_docs/google/datastore/v1/datastore.rb', line 55

class LookupResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#missing::Array<::Google::Cloud::Datastore::V1::EntityResult>

Returns 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.

Returns:

  • (::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.



55
56
57
58
# File 'proto_docs/google/datastore/v1/datastore.rb', line 55

class LookupResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end