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

Request message for TablesService.BatchUpdateRows.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent table shared by all rows being updated. Format: tables/{table}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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}

#requests

def requests() -> ::Array<::Google::Area120::Tables::V1alpha1::UpdateRowRequest>
Returns

#requests=

def requests=(value) -> ::Array<::Google::Area120::Tables::V1alpha1::UpdateRowRequest>
Parameter
Returns