Class: Google::Cloud::Datastore::V1::AllocateIdsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:



299
300
301
302
# File 'proto_docs/google/datastore/v1/datastore.rb', line 299

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