KosmoKrator

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, configure, and verify
# 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.

Generic CLI call
kosmo integrations:call google-bigquery.google_bigquery_datasets_delete '{}' --json
Provider shortcut
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.

Discovery commands
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 write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_datasets_delete '{}' --json
Shortcut
kosmo integrations:google-bigquery google_bigquery_datasets_delete '{}' --json

google-bigquery.google_bigquery_datasets_get

Datasets Get (GET /projects/{+projectId}/datasets/{+datasetId}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_datasets_get '{}' --json
Shortcut
kosmo integrations:google-bigquery google_bigquery_datasets_get '{}' --json

google-bigquery.google_bigquery_datasets_insert

Datasets Insert (POST /projects/{+projectId}/datasets).

Write write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_datasets_insert '{}' --json
Shortcut
kosmo integrations:google-bigquery google_bigquery_datasets_insert '{}' --json

google-bigquery.google_bigquery_datasets_list

Datasets List (GET /projects/{+projectId}/datasets).

Read read
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_datasets_list '{}' --json
Shortcut
kosmo integrations:google-bigquery google_bigquery_datasets_list '{}' --json

google-bigquery.google_bigquery_datasets_patch

Datasets Patch (PATCH /projects/{+projectId}/datasets/{+datasetId}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_datasets_patch '{}' --json
Shortcut
kosmo integrations:google-bigquery google_bigquery_datasets_patch '{}' --json

google-bigquery.google_bigquery_datasets_undelete

Datasets Undelete (POST /projects/{+projectId}/datasets/{+datasetId}:undelete).

Write write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_datasets_undelete '{}' --json
Shortcut
kosmo integrations:google-bigquery google_bigquery_datasets_undelete '{}' --json

google-bigquery.google_bigquery_datasets_update

Datasets Update (PUT /projects/{+projectId}/datasets/{+datasetId}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_datasets_update '{}' --json
Shortcut
kosmo integrations:google-bigquery google_bigquery_datasets_update '{}' --json

google-bigquery.google_bigquery_jobs_cancel

Jobs Cancel (POST /projects/{+projectId}/jobs/{+jobId}/cancel).

Write write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_jobs_cancel '{}' --json
Shortcut
kosmo integrations:google-bigquery google_bigquery_jobs_cancel '{}' --json

google-bigquery.google_bigquery_jobs_delete

Jobs Delete (DELETE /projects/{+projectId}/jobs/{+jobId}/delete).

Write write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_jobs_delete '{}' --json
Shortcut
kosmo integrations:google-bigquery google_bigquery_jobs_delete '{}' --json

google-bigquery.google_bigquery_jobs_get

Jobs Get (GET /projects/{+projectId}/jobs/{+jobId}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_jobs_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_jobs_get_query_results '{}' --json
Shortcut
kosmo integrations:google-bigquery google_bigquery_jobs_get_query_results '{}' --json

google-bigquery.google_bigquery_jobs_insert

Jobs Insert (POST /projects/{+projectId}/jobs).

Write write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_jobs_insert '{}' --json
Shortcut
kosmo integrations:google-bigquery google_bigquery_jobs_insert '{}' --json

google-bigquery.google_bigquery_jobs_list

Jobs List (GET /projects/{+projectId}/jobs).

Read read
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_jobs_list '{}' --json
Shortcut
kosmo integrations:google-bigquery google_bigquery_jobs_list '{}' --json

google-bigquery.google_bigquery_jobs_query

Jobs Query (POST /projects/{+projectId}/queries).

Write write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_jobs_query '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_models_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_models_get '{}' --json
Shortcut
kosmo integrations:google-bigquery google_bigquery_models_get '{}' --json

google-bigquery.google_bigquery_models_list

Models List (GET /projects/{+projectId}/datasets/{+datasetId}/models).

Read read
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_models_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_models_patch '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_projects_get_service_account '{}' --json
Shortcut
kosmo integrations:google-bigquery google_bigquery_projects_get_service_account '{}' --json

google-bigquery.google_bigquery_projects_list

Projects List (GET /projects).

Read read
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_projects_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_routines_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_routines_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_routines_get_iam_policy '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_routines_insert '{}' --json
Shortcut
kosmo integrations:google-bigquery google_bigquery_routines_insert '{}' --json

google-bigquery.google_bigquery_routines_list

Routines List (GET /projects/{+projectId}/datasets/{+datasetId}/routines).

Read read
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_routines_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_routines_set_iam_policy '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_routines_test_iam_permissions '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_routines_update '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_row_access_policies_batch_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_row_access_policies_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_row_access_policies_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_row_access_policies_get_iam_policy '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_row_access_policies_insert '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_row_access_policies_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_row_access_policies_test_iam_permissions '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_row_access_policies_update '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_tabledata_insert_all '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_tabledata_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_tables_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_tables_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_tables_get_iam_policy '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_tables_insert '{}' --json
Shortcut
kosmo integrations:google-bigquery google_bigquery_tables_insert '{}' --json

google-bigquery.google_bigquery_tables_list

Tables List (GET /projects/{+projectId}/datasets/{+datasetId}/tables).

Read read
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_tables_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_tables_patch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_tables_set_iam_policy '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_tables_test_iam_permissions '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-bigquery.google_bigquery_tables_update '{}' --json
Shortcut
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
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_datasets_delete --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_datasets_get 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_datasets_get --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_datasets_insert 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_datasets_insert --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_datasets_list 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_datasets_list --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_datasets_patch 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_datasets_patch --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_datasets_undelete 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_datasets_undelete --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_datasets_update 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_datasets_update --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_jobs_cancel 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_jobs_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_jobs_delete 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_jobs_delete --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_jobs_get 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_jobs_get --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_jobs_get_query_results 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_jobs_get_query_results --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_jobs_insert 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_jobs_insert --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_jobs_list 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_jobs_list --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_jobs_query 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_jobs_query --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_models_delete 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_models_delete --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_models_get 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_models_get --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_models_list 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_models_list --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_models_patch 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_models_patch --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_projects_get_service_account 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_projects_get_service_account --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_projects_list 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_projects_list --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_routines_delete 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_routines_delete --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_routines_get 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_routines_get --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_routines_get_iam_policy 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_routines_get_iam_policy --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_routines_insert 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_routines_insert --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_routines_list 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_routines_list --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_routines_set_iam_policy 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_routines_set_iam_policy --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_routines_test_iam_permissions 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_routines_test_iam_permissions --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_routines_update 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_routines_update --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_row_access_policies_batch_delete 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_row_access_policies_batch_delete --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_row_access_policies_delete 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_row_access_policies_delete --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_row_access_policies_get 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_row_access_policies_get --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_row_access_policies_get_iam_policy 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_row_access_policies_get_iam_policy --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_row_access_policies_insert 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_row_access_policies_insert --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_row_access_policies_list 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_row_access_policies_list --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_row_access_policies_test_iam_permissions 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_row_access_policies_test_iam_permissions --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_row_access_policies_update 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_row_access_policies_update --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_tabledata_insert_all 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_tabledata_insert_all --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_tabledata_list 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_tabledata_list --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_tables_delete 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_tables_delete --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_tables_get 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_tables_get --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_tables_get_iam_policy 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_tables_get_iam_policy --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_tables_insert 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_tables_insert --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_tables_list 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_tables_list --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_tables_patch 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_tables_patch --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_tables_set_iam_policy 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_tables_set_iam_policy --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_tables_test_iam_permissions 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_tables_test_iam_permissions --json
ParameterTypeRequiredDescription
No parameters.
google-bigquery.google_bigquery_tables_update 0 parameters
Schema command
kosmo integrations:schema google-bigquery.google_bigquery_tables_update --json
ParameterTypeRequiredDescription
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.