Class: Google::Apis::Area120tablesV1alpha1::BatchUpdateRowsRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/area120tables_v1alpha1/classes.rb,
generated/google/apis/area120tables_v1alpha1/representations.rb,
generated/google/apis/area120tables_v1alpha1/representations.rb

Overview

Request message for TablesService.BatchUpdateRows.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchUpdateRowsRequest

Returns a new instance of BatchUpdateRowsRequest.



74
75
76
# File 'generated/google/apis/area120tables_v1alpha1/classes.rb', line 74

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#requestsArray<Google::Apis::Area120tablesV1alpha1::UpdateRowRequest>

Required. The request messages specifying the rows to update. A maximum of 500 rows can be modified in a single batch. Corresponds to the JSON property requests



72
73
74
# File 'generated/google/apis/area120tables_v1alpha1/classes.rb', line 72

def requests
  @requests
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



79
80
81
# File 'generated/google/apis/area120tables_v1alpha1/classes.rb', line 79

def update!(**args)
  @requests = args[:requests] if args.key?(:requests)
end