Class: Google::Cloud::Datastore::V1::ReserveIdsRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#database_id::String

Returns If not empty, the ID of the database against which to make the request.

Returns:

  • (::String)

    If not empty, the ID of the database against which to make the request.



231
232
233
234
# File 'proto_docs/google/datastore/v1/datastore.rb', line 231

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

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

Returns Required. A list of keys with complete key paths whose numeric IDs should not be auto-allocated.

Returns:



231
232
233
234
# File 'proto_docs/google/datastore/v1/datastore.rb', line 231

class ReserveIdsRequest
  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.



231
232
233
234
# File 'proto_docs/google/datastore/v1/datastore.rb', line 231

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