Skip to main content
Server path: /google-bigquery | Type: Application | PCID required: Yes

Tools


google-bigquery_datasets_delete

Deletes the dataset specified by the datasetId value. Before you can delete a dataset, you must delete all its tables, either manually or by specifying deleteContents. Immediately after deletion, you can create another dataset with the same name. Parameters:

google-bigquery_datasets_get

Returns the dataset specified by datasetID. Parameters:

google-bigquery_datasets_insert

Creates a new empty dataset. Parameters:

google-bigquery_datasets_list

Lists all datasets in the specified project to which the user has been granted the READER dataset role. Parameters:

google-bigquery_datasets_patch

Updates information in an existing dataset. The update method replaces the entire dataset resource, whereas the patch method only replaces fields that are provided in the submitted dataset resource. This method supports RFC5789 patch semantics. Parameters:

google-bigquery_execute_sql_query

Runs a BigQuery SQL query synchronously and returns query results if the query completes within a specified timeout. Parameters:

google-bigquery_insert_rows

Streams data into BigQuery one record at a time without needing to run a load job. Parameters:

google-bigquery_jobs_cancel

Requests that a job be cancelled. This call will return immediately, and the client will need to poll for the job status to see if the cancel completed successfully. Cancelled jobs may still incur costs. Parameters:

google-bigquery_jobs_delete

Requests the deletion of the metadata of a job. This call returns when the job’s metadata is deleted. Parameters:

google-bigquery_jobs_get

Returns information about a specific job. Job information is available for a six month period after creation. Requires that you’re the person who ran the job, or have the Is Owner project role. Parameters:

google-bigquery_jobs_get_query_results

RPC to get the results of a query job. Parameters:

google-bigquery_jobs_list

Lists all jobs that you started in the specified project. Job information is available for a six month period after creation. The job list is sorted in reverse chronological order, by job creation time. Requires the Can View project role, or the Is Owner project role if you set the allUsers property. Parameters:

google-bigquery_list_row_access_policies

Lists all row access policies on the specified table. Parameters:

google-bigquery_list_table_data

List the content of a table in rows. Parameters:

google-bigquery_models_delete

Deletes the model specified by modelId from the dataset. Parameters:

google-bigquery_models_get

Gets the specified model resource by model ID. Parameters:

google-bigquery_models_list

Lists all models in the specified dataset. Requires the READER dataset role. After retrieving the list of models, you can get information about a particular model by calling the models.get method. Parameters:

google-bigquery_models_patch

Patch specific fields in the specified model. Parameters:

google-bigquery_projects_list

RPC to list projects to which the user has been granted any project role. Users of this method are encouraged to consider the Resource Manager API, which provides the underlying data for this method and has more capabilities. Parameters:

google-bigquery_routines_delete

Deletes the routine specified by routineId from the dataset. Parameters:

google-bigquery_routines_get

Gets the specified routine resource by routine ID. Parameters:

google-bigquery_routines_insert

Creates a new routine in the dataset. Parameters:

google-bigquery_routines_list

Lists all routines in the specified dataset. Requires the READER dataset role. Parameters:

google-bigquery_routines_update

Updates information in an existing routine. The update method replaces the entire Routine resource. Parameters:

google-bigquery_tables_delete

Deletes the table specified by tableId from the dataset. If the table contains data, all the data will be deleted. Parameters:

google-bigquery_tables_get

Gets the specified table resource by table ID. This method does not return the data in the table, it only returns the table resource, which describes the structure of this table. Parameters:

google-bigquery_tables_insert

Creates a new, empty table in the dataset. Parameters:

google-bigquery_tables_list

Lists all tables in the specified dataset. Requires the READER dataset role. Parameters:

google-bigquery_tables_patch

Updates information in an existing table. The update method replaces the entire table resource, whereas the patch method only replaces fields that are provided in the submitted table resource. This method supports RFC5789 patch semantics. Parameters:

google-bigquery_undelete_dataset

Undeletes a dataset which is within time travel window based on datasetId. If a time is specified, the dataset version deleted at that time is undeleted, else the last live version is undeleted. Parameters: