Basic info
- Title
- BigQuery API v2
- Image
-
- Name
- bigquery_api_v2
- Summary
- A data platform for customers to create, manage, share and query data.
- Readme
-
These collection have been automatically generated from a swagger specification
-
Name Email Cenit Team support@cenit.io 1 Cross collection authors - Pull count
- 0
- Id
- 57b1ee7dad9815587a0003ae
- Created at
- August 15, 2016 16:31
- Updated at
- October 27, 2016 16:50
Compute
- Snippets
-
Namespace Name Type Description Updated at BigQuery API v2 BigtableColumn.json Auto detect - - BigQuery API v2 BigtableColumnFamily.json Auto detect - - BigQuery API v2 BigtableOptions.json Auto detect - - BigQuery API v2 CsvOptions.json Auto detect - - BigQuery API v2 Dataset.json Auto detect - - BigQuery API v2 DatasetList.json Auto detect - - BigQuery API v2 DatasetReference.json Auto detect - - BigQuery API v2 ErrorProto.json Auto detect - - BigQuery API v2 ExplainQueryStage.json Auto detect - - BigQuery API v2 ExplainQueryStep.json Auto detect - - BigQuery API v2 ExternalDataConfiguration.json Auto detect - - BigQuery API v2 GetQueryResultsResponse.json Auto detect - - BigQuery API v2 GoogleSheetsOptions.json Auto detect - - BigQuery API v2 Job.json Auto detect - - BigQuery API v2 JobCancelResponse.json Auto detect - - BigQuery API v2 JobConfiguration.json Auto detect - - BigQuery API v2 JobConfigurationExtract.json Auto detect - - BigQuery API v2 JobConfigurationLoad.json Auto detect - - BigQuery API v2 JobConfigurationQuery.json Auto detect - - BigQuery API v2 JobConfigurationTableCopy.json Auto detect - - BigQuery API v2 JobList.json Auto detect - - BigQuery API v2 JobReference.json Auto detect - - BigQuery API v2 JobStatistics.json Auto detect - - BigQuery API v2 JobStatistics2.json Auto detect - - BigQuery API v2 JobStatistics3.json Auto detect - - BigQuery API v2 JobStatistics4.json Auto detect - - BigQuery API v2 JobStatus.json Auto detect - - BigQuery API v2 JsonObject.json Auto detect - - BigQuery API v2 ProjectList.json Auto detect - - BigQuery API v2 ProjectReference.json Auto detect - - BigQuery API v2 QueryRequest.json Auto detect - - BigQuery API v2 QueryResponse.json Auto detect - - BigQuery API v2 Streamingbuffer.json Auto detect - - BigQuery API v2 Table.json Auto detect - - BigQuery API v2 TableCell.json Auto detect - - 53 Snippets (showing 35)
Connectors
- Connections
-
Namespace Name Url Key Token Authorization Updated at BigQuery API v2 Connection https://www.googleapis.com/bigquery/v2 - 1 Connections - Webhooks
-
Namespace Name Path Method Description Authorization Updated at BigQuery API v2 POST Project {projectid} Jobs {jobid} Cancel /project/{{projectId}}/jobs/{{jobId}}/cancel post 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. - BigQuery API v2 GET Projects /projects get Lists all projects to which you have been granted any project role. - BigQuery API v2 GET Projects {projectid} Datasets /projects/{{projectId}}/datasets get Lists all datasets in the specified project to which you have been granted the READER dataset role. - BigQuery API v2 POST Projects {projectid} Datasets /projects/{{projectId}}/datasets post Creates a new empty dataset. - BigQuery API v2 DELETE Projects {projectid} Datasets {datasetid} /projects/{{projectId}}/datasets/{{datasetId}} 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. - BigQuery API v2 GET Projects {projectid} Datasets {datasetid} /projects/{{projectId}}/datasets/{{datasetId}} get Returns the dataset specified by datasetID. - BigQuery API v2 PATCH Projects {projectid} Datasets {datasetid} /projects/{{projectId}}/datasets/{{datasetId}} 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 patch semantics. - BigQuery API v2 PUT Projects {projectid} Datasets {datasetid} /projects/{{projectId}}/datasets/{{datasetId}} put 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. - BigQuery API v2 GET Projects {projectid} Datasets {datasetid} Tables /projects/{{projectId}}/datasets/{{datasetId}}/tables get Lists all tables in the specified dataset. Requires the READER dataset role. - BigQuery API v2 POST Projects {projectid} Datasets {datasetid} Tables /projects/{{projectId}}/datasets/{{datasetId}}/tables post Creates a new, empty table in the dataset. - BigQuery API v2 DELETE Projects {projectid} Datasets {datasetid} Tables {tableid} /projects/{{projectId}}/datasets/{{datasetId}}/tables/{{tableId}} delete Deletes the table specified by tableId from the dataset. If the table contains data, all the data will be deleted. - BigQuery API v2 GET Projects {projectid} Datasets {datasetid} Tables {tableid} /projects/{{projectId}}/datasets/{{datasetId}}/tables/{{tableId}} 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. - BigQuery API v2 PATCH Projects {projectid} Datasets {datasetid} Tables {tableid} /projects/{{projectId}}/datasets/{{datasetId}}/tables/{{tableId}} 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 patch semantics. - BigQuery API v2 PUT Projects {projectid} Datasets {datasetid} Tables {tableid} /projects/{{projectId}}/datasets/{{datasetId}}/tables/{{tableId}} put 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. - BigQuery API v2 GET Projects {projectid} Datasets {datasetid} Tables {tableid} Data /projects/{{projectId}}/datasets/{{datasetId}}/tables/{{tableId}}/data get Retrieves table data from a specified set of rows. Requires the READER dataset role. - BigQuery API v2 POST Projects {projectid} Datasets {datasetid} Tables {tableid} Insertall /projects/{{projectId}}/datasets/{{datasetId}}/tables/{{tableId}}/insertAll post Streams data into BigQuery one record at a time without needing to run a load job. Requires the WRITER dataset role. - BigQuery API v2 GET Projects {projectid} Jobs /projects/{{projectId}}/jobs get 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. - BigQuery API v2 POST Projects {projectid} Jobs /projects/{{projectId}}/jobs post Starts a new asynchronous job. Requires the Can View project role. - BigQuery API v2 GET Projects {projectid} Jobs {jobid} /projects/{{projectId}}/jobs/{{jobId}} 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. - BigQuery API v2 POST Projects {projectid} Queries /projects/{{projectId}}/queries post Runs a BigQuery SQL query synchronously and returns query results if the query completes within a specified timeout. - BigQuery API v2 GET Projects {projectid} Queries {jobid} /projects/{{projectId}}/queries/{{jobId}} get Retrieves the results of a query job. - 21 Webhooks - Connection Roles
-
Namespace Name Webhooks Connections Updated at BigQuery API v2 Connections - 1 Connection Roles
Data
- Data Types
-
Namespace Name Slug Type Storage size Updated at BigQuery API v2 BigtableColumn bigtable_column Json Data Type 0 Bytes - BigQuery API v2 BigtableColumnFamily bigtable_column_family Json Data Type 0 Bytes - BigQuery API v2 BigtableOptions bigtable_options Json Data Type 0 Bytes - BigQuery API v2 CsvOptions csvoptions Json Data Type 0 Bytes - BigQuery API v2 Dataset dataset Json Data Type 0 Bytes - BigQuery API v2 DatasetList dataset_list Json Data Type 0 Bytes - BigQuery API v2 DatasetReference dataset_reference Json Data Type 0 Bytes - BigQuery API v2 ErrorProto errorproto Json Data Type 0 Bytes - BigQuery API v2 ExplainQueryStage explain_query_stage Json Data Type 0 Bytes - BigQuery API v2 ExplainQueryStep explain_query_step Json Data Type 0 Bytes - BigQuery API v2 ExternalDataConfiguration external_data_configuration Json Data Type 0 Bytes - BigQuery API v2 GetQueryResultsResponse get_query_results_response Json Data Type 0 Bytes - BigQuery API v2 GoogleSheetsOptions google_sheets_options Json Data Type 0 Bytes - BigQuery API v2 Job job Json Data Type 0 Bytes - BigQuery API v2 JobCancelResponse job_cancel_response Json Data Type 0 Bytes - BigQuery API v2 JobConfiguration job_configuration Json Data Type 0 Bytes - BigQuery API v2 JobConfigurationExtract job_configuration_extract Json Data Type 0 Bytes - BigQuery API v2 JobConfigurationLoad job_configuration_load Json Data Type 0 Bytes - BigQuery API v2 JobConfigurationQuery job_configuration_query Json Data Type 0 Bytes - BigQuery API v2 JobConfigurationTableCopy job_configuration_table_copy Json Data Type 0 Bytes - BigQuery API v2 JobList joblist Json Data Type 0 Bytes - BigQuery API v2 JobReference job_reference Json Data Type 0 Bytes - BigQuery API v2 JobStatistics job_statistics Json Data Type 0 Bytes - BigQuery API v2 JobStatistics2 job_statistics2 Json Data Type 0 Bytes - BigQuery API v2 JobStatistics3 job_statistics3 Json Data Type 0 Bytes - BigQuery API v2 JobStatistics4 job_statistics4 Json Data Type 0 Bytes - BigQuery API v2 JobStatus jobstatus Json Data Type 0 Bytes - BigQuery API v2 JsonObject jsonobject Json Data Type 0 Bytes - BigQuery API v2 ProjectList project_list Json Data Type 0 Bytes - BigQuery API v2 ProjectReference project_reference Json Data Type 0 Bytes - BigQuery API v2 QueryRequest query_request Json Data Type 0 Bytes - BigQuery API v2 QueryResponse query_response Json Data Type 0 Bytes - BigQuery API v2 Streamingbuffer streamingbuffer Json Data Type 0 Bytes - BigQuery API v2 Table table Json Data Type 0 Bytes - BigQuery API v2 TableCell tablecell Json Data Type 0 Bytes - 53 Data Types (showing 35)
Security
-
Namespace Name Status Type Metadata Updated at BigQuery API v2 Oauth 2 Authorization Unauthorized Oauth 2 Authorization - 1 Authorizations - OAuth 2.0 Scopes
-
Provider Name Description Updated at https://www.googleapis.com/auth/bigquery View and manage your data in Google BigQuery - https://www.googleapis.com/auth/bigquery.insertdata Insert data into Google BigQuery - https://www.googleapis.com/auth/cloud-platform View and manage your data across Google Cloud Platform services - https://www.googleapis.com/auth/cloud-platform.read-only View your data across Google Cloud Platform services - https://www.googleapis.com/auth/devstorage.full_control Manage your data and permissions in Google Cloud Storage - https://www.googleapis.com/auth/devstorage.read_only View your data in Google Cloud Storage - https://www.googleapis.com/auth/devstorage.read_write Manage your data in Google Cloud Storage - 7 OAuth 2.0 Scopes
Config
- Namespaces
-
Name Slug Updated at BigQuery API v2 bigquery_api_v2 - 1 Namespaces