Class: Google::Cloud::Datastore::V1::LookupRequest

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

Overview

The request for Datastore.Lookup.

Instance Attribute Summary collapse

Instance Attribute Details

#database_id::String

Returns The ID of the database against which to make the request.

'(default)' is not allowed; please use empty string '' to refer the default database.

Returns:

  • (::String)

    The ID of the database against which to make the request.

    '(default)' is not allowed; please use empty string '' to refer the default database.



40
41
42
43
# File 'proto_docs/google/datastore/v1/datastore.rb', line 40

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

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

Returns Required. Keys of entities to look up.

Returns:



40
41
42
43
# File 'proto_docs/google/datastore/v1/datastore.rb', line 40

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

#project_id::String

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



40
41
42
43
# File 'proto_docs/google/datastore/v1/datastore.rb', line 40

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

#read_options::Google::Cloud::Datastore::V1::ReadOptions

Returns The options for this lookup request.

Returns:



40
41
42
43
# File 'proto_docs/google/datastore/v1/datastore.rb', line 40

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