Reference documentation and code samples for the Area 120 Tables V1alpha1 API 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
-
(::Array<::Google::Area120::Tables::V1alpha1::UpdateRowRequest>) — Required. The request messages specifying the rows to update.
A maximum of 500 rows can be modified in a single batch.
#requests=
def requests=(value) -> ::Array<::Google::Area120::Tables::V1alpha1::UpdateRowRequest>
Parameter
-
value (::Array<::Google::Area120::Tables::V1alpha1::UpdateRowRequest>) — Required. The request messages specifying the rows to update.
A maximum of 500 rows can be modified in a single batch.
Returns
-
(::Array<::Google::Area120::Tables::V1alpha1::UpdateRowRequest>) — Required. The request messages specifying the rows to update.
A maximum of 500 rows can be modified in a single batch.