Reference documentation and code samples for the Firestore in Datastore mode V1 API class Google::Cloud::Datastore::V1::AllocateIdsResponse.
The response for Datastore.AllocateIds.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#keys
def keys() -> ::Array<::Google::Cloud::Datastore::V1::Key>
Returns
- (::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.
#keys=
def keys=(value) -> ::Array<::Google::Cloud::Datastore::V1::Key>
Parameter
- value (::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.
Returns
- (::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.