class Google::Apis::DatastoreV1beta3::AllocateIdsResponse
The response for Datastore.AllocateIds.
Attributes
keys[RW]
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID. Corresponds to the JSON property `keys` @return [Array<Google::Apis::DatastoreV1beta3::Key>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datastore_v1beta3/classes.rb, line 55 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/datastore_v1beta3/classes.rb, line 60 def update!(**args) @keys = args[:keys] if args.key?(:keys) end