data
Google BigQuery CLI for AI Agents
Use the Google BigQuery CLI from KosmoKrator to call Google BigQuery tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.Google BigQuery CLI Setup
Google BigQuery can be configured headlessly with `kosmokrator integrations:configure google-bigquery`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure google-bigquery --enable --read allow --write ask --json
kosmokrator integrations:doctor google-bigquery --json
kosmokrator integrations:status --json Credentials
Authentication type: Manual OAuth token oauth2_manual_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
No credentials are required.
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call google-bigquery.google_bigquery_datasets_delete '{}' --json kosmo integrations:google-bigquery google_bigquery_datasets_delete '{}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs google-bigquery --json
kosmo integrations:docs google-bigquery.google_bigquery_datasets_delete --json
kosmo integrations:schema google-bigquery.google_bigquery_datasets_delete --json
kosmo integrations:search "Google BigQuery" --json
kosmo integrations:list --json Automation Contexts
The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.
CLI Functions
Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.
google-bigquery.google_bigquery_datasets_delete
Datasets Delete (DELETE /projects/{+projectId}/datasets/{+datasetId}).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_datasets_delete '{}' --json kosmo integrations:google-bigquery google_bigquery_datasets_delete '{}' --json google-bigquery.google_bigquery_datasets_get
Datasets Get (GET /projects/{+projectId}/datasets/{+datasetId}).
read - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_datasets_get '{}' --json kosmo integrations:google-bigquery google_bigquery_datasets_get '{}' --json google-bigquery.google_bigquery_datasets_insert
Datasets Insert (POST /projects/{+projectId}/datasets).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_datasets_insert '{}' --json kosmo integrations:google-bigquery google_bigquery_datasets_insert '{}' --json google-bigquery.google_bigquery_datasets_list
Datasets List (GET /projects/{+projectId}/datasets).
read - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_datasets_list '{}' --json kosmo integrations:google-bigquery google_bigquery_datasets_list '{}' --json google-bigquery.google_bigquery_datasets_patch
Datasets Patch (PATCH /projects/{+projectId}/datasets/{+datasetId}).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_datasets_patch '{}' --json kosmo integrations:google-bigquery google_bigquery_datasets_patch '{}' --json google-bigquery.google_bigquery_datasets_undelete
Datasets Undelete (POST /projects/{+projectId}/datasets/{+datasetId}:undelete).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_datasets_undelete '{}' --json kosmo integrations:google-bigquery google_bigquery_datasets_undelete '{}' --json google-bigquery.google_bigquery_datasets_update
Datasets Update (PUT /projects/{+projectId}/datasets/{+datasetId}).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_datasets_update '{}' --json kosmo integrations:google-bigquery google_bigquery_datasets_update '{}' --json google-bigquery.google_bigquery_jobs_cancel
Jobs Cancel (POST /projects/{+projectId}/jobs/{+jobId}/cancel).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_jobs_cancel '{}' --json kosmo integrations:google-bigquery google_bigquery_jobs_cancel '{}' --json google-bigquery.google_bigquery_jobs_delete
Jobs Delete (DELETE /projects/{+projectId}/jobs/{+jobId}/delete).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_jobs_delete '{}' --json kosmo integrations:google-bigquery google_bigquery_jobs_delete '{}' --json google-bigquery.google_bigquery_jobs_get
Jobs Get (GET /projects/{+projectId}/jobs/{+jobId}).
read - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_jobs_get '{}' --json kosmo integrations:google-bigquery google_bigquery_jobs_get '{}' --json google-bigquery.google_bigquery_jobs_get_query_results
Jobs Get Query Results (GET /projects/{+projectId}/queries/{+jobId}).
read - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_jobs_get_query_results '{}' --json kosmo integrations:google-bigquery google_bigquery_jobs_get_query_results '{}' --json google-bigquery.google_bigquery_jobs_insert
Jobs Insert (POST /projects/{+projectId}/jobs).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_jobs_insert '{}' --json kosmo integrations:google-bigquery google_bigquery_jobs_insert '{}' --json google-bigquery.google_bigquery_jobs_list
Jobs List (GET /projects/{+projectId}/jobs).
read - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_jobs_list '{}' --json kosmo integrations:google-bigquery google_bigquery_jobs_list '{}' --json google-bigquery.google_bigquery_jobs_query
Jobs Query (POST /projects/{+projectId}/queries).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_jobs_query '{}' --json kosmo integrations:google-bigquery google_bigquery_jobs_query '{}' --json google-bigquery.google_bigquery_models_delete
Models Delete (DELETE /projects/{+projectId}/datasets/{+datasetId}/models/{+modelId}).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_models_delete '{}' --json kosmo integrations:google-bigquery google_bigquery_models_delete '{}' --json google-bigquery.google_bigquery_models_get
Models Get (GET /projects/{+projectId}/datasets/{+datasetId}/models/{+modelId}).
read - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_models_get '{}' --json kosmo integrations:google-bigquery google_bigquery_models_get '{}' --json google-bigquery.google_bigquery_models_list
Models List (GET /projects/{+projectId}/datasets/{+datasetId}/models).
read - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_models_list '{}' --json kosmo integrations:google-bigquery google_bigquery_models_list '{}' --json google-bigquery.google_bigquery_models_patch
Models Patch (PATCH /projects/{+projectId}/datasets/{+datasetId}/models/{+modelId}).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_models_patch '{}' --json kosmo integrations:google-bigquery google_bigquery_models_patch '{}' --json google-bigquery.google_bigquery_projects_get_service_account
Projects Get Service Account (GET /projects/{+projectId}/serviceAccount).
read - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_projects_get_service_account '{}' --json kosmo integrations:google-bigquery google_bigquery_projects_get_service_account '{}' --json google-bigquery.google_bigquery_projects_list
Projects List (GET /projects).
read - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_projects_list '{}' --json kosmo integrations:google-bigquery google_bigquery_projects_list '{}' --json google-bigquery.google_bigquery_routines_delete
Routines Delete (DELETE /projects/{+projectId}/datasets/{+datasetId}/routines/{+routineId}).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_routines_delete '{}' --json kosmo integrations:google-bigquery google_bigquery_routines_delete '{}' --json google-bigquery.google_bigquery_routines_get
Routines Get (GET /projects/{+projectId}/datasets/{+datasetId}/routines/{+routineId}).
read - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_routines_get '{}' --json kosmo integrations:google-bigquery google_bigquery_routines_get '{}' --json google-bigquery.google_bigquery_routines_get_iam_policy
Routines Get Iam Policy (POST /{+resource}:getIamPolicy).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_routines_get_iam_policy '{}' --json kosmo integrations:google-bigquery google_bigquery_routines_get_iam_policy '{}' --json google-bigquery.google_bigquery_routines_insert
Routines Insert (POST /projects/{+projectId}/datasets/{+datasetId}/routines).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_routines_insert '{}' --json kosmo integrations:google-bigquery google_bigquery_routines_insert '{}' --json google-bigquery.google_bigquery_routines_list
Routines List (GET /projects/{+projectId}/datasets/{+datasetId}/routines).
read - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_routines_list '{}' --json kosmo integrations:google-bigquery google_bigquery_routines_list '{}' --json google-bigquery.google_bigquery_routines_set_iam_policy
Routines Set Iam Policy (POST /{+resource}:setIamPolicy).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_routines_set_iam_policy '{}' --json kosmo integrations:google-bigquery google_bigquery_routines_set_iam_policy '{}' --json google-bigquery.google_bigquery_routines_test_iam_permissions
Routines Test Iam Permissions (POST /{+resource}:testIamPermissions).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_routines_test_iam_permissions '{}' --json kosmo integrations:google-bigquery google_bigquery_routines_test_iam_permissions '{}' --json google-bigquery.google_bigquery_routines_update
Routines Update (PUT /projects/{+projectId}/datasets/{+datasetId}/routines/{+routineId}).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_routines_update '{}' --json kosmo integrations:google-bigquery google_bigquery_routines_update '{}' --json google-bigquery.google_bigquery_row_access_policies_batch_delete
Row Access Policies Batch Delete (POST /projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}/rowAccessPolicies:batchDelete).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_row_access_policies_batch_delete '{}' --json kosmo integrations:google-bigquery google_bigquery_row_access_policies_batch_delete '{}' --json google-bigquery.google_bigquery_row_access_policies_delete
Row Access Policies Delete (DELETE /projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}/rowAccessPolicies/{+policyId}).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_row_access_policies_delete '{}' --json kosmo integrations:google-bigquery google_bigquery_row_access_policies_delete '{}' --json google-bigquery.google_bigquery_row_access_policies_get
Row Access Policies Get (GET /projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}/rowAccessPolicies/{+policyId}).
read - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_row_access_policies_get '{}' --json kosmo integrations:google-bigquery google_bigquery_row_access_policies_get '{}' --json google-bigquery.google_bigquery_row_access_policies_get_iam_policy
Row Access Policies Get Iam Policy (POST /{+resource}:getIamPolicy).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_row_access_policies_get_iam_policy '{}' --json kosmo integrations:google-bigquery google_bigquery_row_access_policies_get_iam_policy '{}' --json google-bigquery.google_bigquery_row_access_policies_insert
Row Access Policies Insert (POST /projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}/rowAccessPolicies).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_row_access_policies_insert '{}' --json kosmo integrations:google-bigquery google_bigquery_row_access_policies_insert '{}' --json google-bigquery.google_bigquery_row_access_policies_list
Row Access Policies List (GET /projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}/rowAccessPolicies).
read - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_row_access_policies_list '{}' --json kosmo integrations:google-bigquery google_bigquery_row_access_policies_list '{}' --json google-bigquery.google_bigquery_row_access_policies_test_iam_permissions
Row Access Policies Test Iam Permissions (POST /{+resource}:testIamPermissions).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_row_access_policies_test_iam_permissions '{}' --json kosmo integrations:google-bigquery google_bigquery_row_access_policies_test_iam_permissions '{}' --json google-bigquery.google_bigquery_row_access_policies_update
Row Access Policies Update (PUT /projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}/rowAccessPolicies/{+policyId}).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_row_access_policies_update '{}' --json kosmo integrations:google-bigquery google_bigquery_row_access_policies_update '{}' --json google-bigquery.google_bigquery_tabledata_insert_all
Tabledata Insert All (POST /projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}/insertAll).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_tabledata_insert_all '{}' --json kosmo integrations:google-bigquery google_bigquery_tabledata_insert_all '{}' --json google-bigquery.google_bigquery_tabledata_list
Tabledata List (GET /projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}/data).
read - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_tabledata_list '{}' --json kosmo integrations:google-bigquery google_bigquery_tabledata_list '{}' --json google-bigquery.google_bigquery_tables_delete
Tables Delete (DELETE /projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_tables_delete '{}' --json kosmo integrations:google-bigquery google_bigquery_tables_delete '{}' --json google-bigquery.google_bigquery_tables_get
Tables Get (GET /projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}).
read - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_tables_get '{}' --json kosmo integrations:google-bigquery google_bigquery_tables_get '{}' --json google-bigquery.google_bigquery_tables_get_iam_policy
Tables Get Iam Policy (POST /{+resource}:getIamPolicy).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_tables_get_iam_policy '{}' --json kosmo integrations:google-bigquery google_bigquery_tables_get_iam_policy '{}' --json google-bigquery.google_bigquery_tables_insert
Tables Insert (POST /projects/{+projectId}/datasets/{+datasetId}/tables).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_tables_insert '{}' --json kosmo integrations:google-bigquery google_bigquery_tables_insert '{}' --json google-bigquery.google_bigquery_tables_list
Tables List (GET /projects/{+projectId}/datasets/{+datasetId}/tables).
read - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_tables_list '{}' --json kosmo integrations:google-bigquery google_bigquery_tables_list '{}' --json google-bigquery.google_bigquery_tables_patch
Tables Patch (PATCH /projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_tables_patch '{}' --json kosmo integrations:google-bigquery google_bigquery_tables_patch '{}' --json google-bigquery.google_bigquery_tables_set_iam_policy
Tables Set Iam Policy (POST /{+resource}:setIamPolicy).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_tables_set_iam_policy '{}' --json kosmo integrations:google-bigquery google_bigquery_tables_set_iam_policy '{}' --json google-bigquery.google_bigquery_tables_test_iam_permissions
Tables Test Iam Permissions (POST /{+resource}:testIamPermissions).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_tables_test_iam_permissions '{}' --json kosmo integrations:google-bigquery google_bigquery_tables_test_iam_permissions '{}' --json google-bigquery.google_bigquery_tables_update
Tables Update (PUT /projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}).
write - Parameters
- none
kosmo integrations:call google-bigquery.google_bigquery_tables_update '{}' --json kosmo integrations:google-bigquery google_bigquery_tables_update '{}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
google-bigquery.google_bigquery_datasets_delete 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_datasets_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_datasets_get 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_datasets_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_datasets_insert 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_datasets_insert --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_datasets_list 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_datasets_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_datasets_patch 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_datasets_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_datasets_undelete 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_datasets_undelete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_datasets_update 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_datasets_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_jobs_cancel 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_jobs_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_jobs_delete 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_jobs_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_jobs_get 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_jobs_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_jobs_get_query_results 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_jobs_get_query_results --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_jobs_insert 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_jobs_insert --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_jobs_list 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_jobs_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_jobs_query 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_jobs_query --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_models_delete 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_models_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_models_get 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_models_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_models_list 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_models_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_models_patch 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_models_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_projects_get_service_account 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_projects_get_service_account --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_projects_list 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_projects_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_routines_delete 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_routines_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_routines_get 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_routines_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_routines_get_iam_policy 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_routines_get_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_routines_insert 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_routines_insert --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_routines_list 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_routines_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_routines_set_iam_policy 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_routines_set_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_routines_test_iam_permissions 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_routines_test_iam_permissions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_routines_update 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_routines_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_row_access_policies_batch_delete 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_row_access_policies_batch_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_row_access_policies_delete 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_row_access_policies_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_row_access_policies_get 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_row_access_policies_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_row_access_policies_get_iam_policy 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_row_access_policies_get_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_row_access_policies_insert 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_row_access_policies_insert --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_row_access_policies_list 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_row_access_policies_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_row_access_policies_test_iam_permissions 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_row_access_policies_test_iam_permissions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_row_access_policies_update 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_row_access_policies_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_tabledata_insert_all 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_tabledata_insert_all --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_tabledata_list 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_tabledata_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_tables_delete 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_tables_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_tables_get 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_tables_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_tables_get_iam_policy 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_tables_get_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_tables_insert 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_tables_insert --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_tables_list 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_tables_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_tables_patch 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_tables_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_tables_set_iam_policy 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_tables_set_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_tables_test_iam_permissions 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_tables_test_iam_permissions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-bigquery.google_bigquery_tables_update 0 parameters
kosmo integrations:schema google-bigquery.google_bigquery_tables_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.