regen all APIs

This commit is contained in:
Sebastian Thiel
2024-03-05 19:02:07 +01:00
parent ca974aa0a5
commit 55badfe90e
1998 changed files with 490545 additions and 148021 deletions

View File

@@ -4,9 +4,9 @@
[package]
name = "google-bigquery2-cli"
version = "5.0.3+20230114"
version = "5.0.3+20240214"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with bigquery (protocol v2)"
description = "A complete library to interact with Bigquery (protocol v2)"
repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/bigquery2-cli"
homepage = "https://cloud.google.com/bigquery/"
documentation = "http://byron.github.io/google-apis-rs/google_bigquery2_cli"
@@ -38,5 +38,5 @@ tower-service = "^0.3.1"
[dependencies.google-bigquery2]
path = "../bigquery2"
version = "5.0.3+20230114"
version = "5.0.3+20240214"

View File

@@ -3,14 +3,14 @@ DO NOT EDIT !
This file was generated automatically from 'src/generator/templates/cli/README.md.mako'
DO NOT EDIT !
-->
The `bigquery2` command-line interface *(CLI)* allows to use most features of the *Google bigquery* service from the comfort of your terminal.
The `bigquery2` command-line interface *(CLI)* allows to use most features of the *Google Bigquery* service from the comfort of your terminal.
By default all output is printed to standard out, but flags can be set to direct it into a file independent of your shell's
capabilities. Errors will be printed to standard error, and cause the program's exit code to be non-zero.
If data-structures are requested, these will be returned as pretty-printed JSON, to be useful as input to other tools.
Everything else about the *bigquery* API can be found at the
Everything else about the *Bigquery* API can be found at the
[official documentation site](https://cloud.google.com/bigquery/).
# Installation and Source Code
@@ -25,7 +25,7 @@ Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/ma
# Usage
This documentation was generated from the *bigquery* API at revision *20230114*. The CLI is at version *5.0.3*.
This documentation was generated from the *Bigquery* API at revision *20240214*. The CLI is at version *5.0.3*.
```bash
bigquery2 [options]
@@ -35,6 +35,7 @@ bigquery2 [options]
insert <project-id> (-r <kv>)... [-p <v>]... [-o <out>]
list <project-id> [-p <v>]... [-o <out>]
patch <project-id> <dataset-id> (-r <kv>)... [-p <v>]... [-o <out>]
undelete <project-id> <dataset-id> (-r <kv>)... [-p <v>]... [-o <out>]
update <project-id> <dataset-id> (-r <kv>)... [-p <v>]... [-o <out>]
jobs
cancel <project-id> <job-id> [-p <v>]... [-o <out>]
@@ -61,7 +62,6 @@ bigquery2 [options]
row-access-policies
get-iam-policy <resource> (-r <kv>)... [-p <v>]... [-o <out>]
list <project-id> <dataset-id> <table-id> [-p <v>]... [-o <out>]
set-iam-policy <resource> (-r <kv>)... [-p <v>]... [-o <out>]
test-iam-permissions <resource> (-r <kv>)... [-p <v>]... [-o <out>]
tabledata
insert-all <project-id> <dataset-id> <table-id> (-r <kv>)... [-p <v>]... [-o <out>]

View File

@@ -1,6 +1,6 @@
site_name: bigquery v5.0.3+20230114
site_name: Bigquery v5.0.3+20240214
site_url: http://byron.github.io/google-apis-rs/google-bigquery2-cli
site_description: A complete library to interact with bigquery (protocol v2)
site_description: A complete library to interact with Bigquery (protocol v2)
repo_url: https://github.com/Byron/google-apis-rs/tree/main/gen/bigquery2-cli
@@ -15,6 +15,7 @@ nav:
- 'Insert': 'datasets_insert.md'
- 'List': 'datasets_list.md'
- 'Patch': 'datasets_patch.md'
- 'Undelete': 'datasets_undelete.md'
- 'Update': 'datasets_update.md'
- 'Jobs':
- 'Cancel': 'jobs_cancel.md'
@@ -41,7 +42,6 @@ nav:
- 'Row Access Policies':
- 'Get Iam Policy': 'row-access-policies_get-iam-policy.md'
- 'List': 'row-access-policies_list.md'
- 'Set Iam Policy': 'row-access-policies_set-iam-policy.md'
- 'Test Iam Permissions': 'row-access-policies_test-iam-permissions.md'
- 'Tabledata':
- 'Insert All': 'tabledata_insert-all.md'

File diff suppressed because it is too large Load Diff