class Google::Apis::DatastoreV1beta2::MutationResult

Attributes

index_updates[RW]

Number of index writes. Corresponds to the JSON property `indexUpdates` @return [Fixnum]

insert_auto_id_keys[RW]

Keys for insertAutoId entities. One per entity from the request, in the same order. Corresponds to the JSON property `insertAutoIdKeys` @return [Array<Google::Apis::DatastoreV1beta2::Key>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/datastore_v1beta2/classes.rb, line 578
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/datastore_v1beta2/classes.rb, line 583
def update!(**args)
  @index_updates = args[:index_updates] if args.key?(:index_updates)
  @insert_auto_id_keys = args[:insert_auto_id_keys] if args.key?(:insert_auto_id_keys)
end