Class: Google::Area120::Tables::V1alpha1::BatchUpdateRowsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/area120/tables/v1alpha1/tables.rb

Overview

Request message for TablesService.BatchUpdateRows.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent table shared by all rows being updated. Format: tables/{table}.

Returns:

  • (::String)

    Required. The parent table shared by all rows being updated. Format: tables/{table}



237
238
239
240
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 237

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

#requests::Array<::Google::Area120::Tables::V1alpha1::UpdateRowRequest>

Returns Required. The request messages specifying the rows to update.

A maximum of 500 rows can be modified in a single batch.

Returns:



237
238
239
240
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 237

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