Class: Google::Cloud::Datastore::V1::ReserveIdsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::V1::ReserveIdsRequest
- 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
-
#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.
360 361 362 363 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 360 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.
360 361 362 363 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 360 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.
360 361 362 363 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 360 class ReserveIdsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |