Class: Google::Cloud::Datastore::V1::AllocateIdsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::V1::AllocateIdsRequest
- 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
-
#database_id ⇒ ::String
The ID of the database against which to make the request.
-
#keys ⇒ ::Array<::Google::Cloud::Datastore::V1::Key>
Required.
-
#project_id ⇒ ::String
Required.
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.
329 330 331 332 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 329 class AllocateIdsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#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.
329 330 331 332 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 329 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.
329 330 331 332 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 329 class AllocateIdsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |