Class: Google::Cloud::Datastore::V1::AllocateIdsRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.

Returns:



205
206
207
208
# File 'proto_docs/google/datastore/v1/datastore.rb', line 205

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



205
206
207
208
# File 'proto_docs/google/datastore/v1/datastore.rb', line 205

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