BigqueryApi class Null safety
A data platform for customers to create, manage, share and query data.
Constructors
- BigqueryApi(Client client, {String rootUrl = 'https://bigquery.googleapis.com/', String servicePath = 'bigquery/v2/'})
Properties
- datasets → DatasetsResource
-
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- jobs → JobsResource
-
read-only
- models → ModelsResource
-
read-only
- projects → ProjectsResource
-
read-only
- routines → RoutinesResource
-
read-only
- rowAccessPolicies → RowAccessPoliciesResource
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- tabledata → TabledataResource
-
read-only
- tables → TablesResource
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- bigqueryInsertdataScope → const String
-
Insert data into Google BigQuery
'https://www.googleapis.com/auth/bigquery.insertdata'
- bigqueryScope → const String
-
View and manage your data in Google BigQuery and see the email address for
your Google Account
'https://www.googleapis.com/auth/bigquery'
- cloudPlatformReadOnlyScope → const String
-
View your data across Google Cloud services and see the email address of
your Google Account
'https://www.googleapis.com/auth/cloud-platform.read-only'
- cloudPlatformScope → const String
-
See, edit, configure, and delete your Google Cloud data and see the email
address for your Google Account.
'https://www.googleapis.com/auth/cloud-platform'
- devstorageFullControlScope → const String
-
Manage your data and permissions in Cloud Storage and see the email
address for your Google Account
'https://www.googleapis.com/auth/devstorage.full_control'
- devstorageReadOnlyScope → const String
-
View your data in Google Cloud Storage
'https://www.googleapis.com/auth/devstorage.read_only'
- devstorageReadWriteScope → const String
-
Manage your data in Cloud Storage and see the email address of your Google
Account
'https://www.googleapis.com/auth/devstorage.read_write'