ProjectsLocationsCatalogsDatabasesTablesResource class

Constructors

ProjectsLocationsCatalogsDatabasesTablesResource(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

create(Table request, String parent, {String? tableId, String? $fields}) Future<Table>
Creates a new table.
delete(String name, {String? $fields}) Future<Table>
Deletes an existing table specified by the table ID.
get(String name, {String? $fields}) Future<Table>
Gets the table specified by the resource name.
list(String parent, {int? pageSize, String? pageToken, String? view, String? $fields}) Future<ListTablesResponse>
List all tables in a specified database.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Table request, String name, {String? updateMask, String? $fields}) Future<Table>
Updates an existing table specified by the table ID.
rename(RenameTableRequest request, String name, {String? $fields}) Future<Table>
Renames an existing table specified by the table ID.
toString() String
A string representation of this object.
inherited

Operators

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