Class: Google::Cloud::Datastore::V1::AllocateIdsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::V1::AllocateIdsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/datastore/v1/datastore.rb
Overview
The response for Datastore.AllocateIds.
Instance Attribute Summary collapse
-
#keys ⇒ ::Array<::Google::Cloud::Datastore::V1::Key>
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.
Instance Attribute Details
#keys ⇒ ::Array<::Google::Cloud::Datastore::V1::Key>
Returns The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.
340 341 342 343 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 340 class AllocateIdsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |