TablesRowsResource class

Constructors

TablesRowsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

batchCreate(BatchCreateRowsRequest request, String parent, {String? $fields}) Future<BatchCreateRowsResponse>
Creates multiple rows.
batchDelete(BatchDeleteRowsRequest request, String parent, {String? $fields}) Future<Empty>
Deletes multiple rows.
batchUpdate(BatchUpdateRowsRequest request, String parent, {String? $fields}) Future<BatchUpdateRowsResponse>
Updates multiple rows.
create(Row request, String parent, {String? view, String? $fields}) Future<Row>
Creates a row.
delete(String name, {String? $fields}) Future<Empty>
Deletes a row.
get(String name, {String? view, String? $fields}) Future<Row>
Gets a row.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? view, String? $fields}) Future<ListRowsResponse>
Lists rows in a table.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Row request, String name, {String? updateMask, String? view, String? $fields}) Future<Row>
Updates a row.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited