TablesResource class

Constructors

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

delete(String projectId, String datasetId, String tableId, {String? $fields}) Future<void>
Deletes the table specified by tableId from the dataset.
get(String projectId, String datasetId, String tableId, {String? selectedFields, String? view, String? $fields}) Future<Table>
Gets the specified table resource by table ID.
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Gets the access control policy for a resource.
insert(Table request, String projectId, String datasetId, {String? $fields}) Future<Table>
Creates a new, empty table in the dataset.
list(String projectId, String datasetId, {int? maxResults, String? pageToken, String? $fields}) Future<TableList>
Lists all tables in the specified dataset.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Table request, String projectId, String datasetId, String tableId, {bool? autodetectSchema, String? $fields}) Future<Table>
Updates information in an existing table.
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets the access control policy on the specified resource.
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Returns permissions that a caller has on the specified resource.
toString() String
A string representation of this object.
inherited
update(Table request, String projectId, String datasetId, String tableId, {bool? autodetectSchema, String? $fields}) Future<Table>
Updates information in an existing table.

Operators

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