diff --git a/gen/bigquery2-cli/Cargo.toml b/gen/bigquery2-cli/Cargo.toml index e186c4235c..8d6a3aa825 100644 --- a/gen/bigquery2-cli/Cargo.toml +++ b/gen/bigquery2-cli/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-bigquery2-cli" -version = "3.0.0+20220222" +version = "3.0.1+20220222" authors = ["Sebastian Thiel "] description = "A complete library to interact with bigquery (protocol v2)" repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/bigquery2-cli" @@ -37,4 +37,4 @@ tokio = { version = "^ 1.0", features = ["full"] } [dependencies.google-bigquery2] path = "../bigquery2" -version = "3.0.0+20220222" +version = "3.0.1+20220222" diff --git a/gen/bigquery2-cli/README.md b/gen/bigquery2-cli/README.md index 4df9846af9..dca5a61e61 100644 --- a/gen/bigquery2-cli/README.md +++ b/gen/bigquery2-cli/README.md @@ -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 *20220222*. The CLI is at version *3.0.0*. +This documentation was generated from the *bigquery* API at revision *20220222*. The CLI is at version *3.0.1*. ```bash bigquery2 [options] diff --git a/gen/bigquery2-cli/mkdocs.yml b/gen/bigquery2-cli/mkdocs.yml index 926441de93..51a47f7a10 100644 --- a/gen/bigquery2-cli/mkdocs.yml +++ b/gen/bigquery2-cli/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: bigquery v3.0.0+20220222 +site_name: bigquery v3.0.1+20220222 site_url: http://byron.github.io/google-apis-rs/google-bigquery2-cli site_description: A complete library to interact with bigquery (protocol v2) diff --git a/gen/bigquery2-cli/src/main.rs b/gen/bigquery2-cli/src/main.rs index 9d00bb3e5d..43d61c6a81 100644 --- a/gen/bigquery2-cli/src/main.rs +++ b/gen/bigquery2-cli/src/main.rs @@ -4715,7 +4715,7 @@ async fn main() { let mut app = App::new("bigquery2") .author("Sebastian Thiel ") - .version("3.0.0+20220222") + .version("3.0.1+20220222") .about("A data platform for customers to create, manage, share and query data.") .after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_bigquery2_cli") .arg(Arg::with_name("url") diff --git a/gen/bigquery2/src/api.rs b/gen/bigquery2/src/api.rs index 818f357fa0..dc1a3fd965 100644 --- a/gen/bigquery2/src/api.rs +++ b/gen/bigquery2/src/api.rs @@ -2032,7 +2032,7 @@ impl client::Part for JobStatus {} /// This type is not used in any activity, and only used as *part* of another schema. /// #[derive(Default, Clone, Debug, Serialize, Deserialize)] -pub struct JsonObject(Option>); +pub struct JsonObject(pub Option>); impl client::Part for JsonObject {} @@ -2044,7 +2044,7 @@ impl client::Part for JsonObject {} /// The contained type is `Option`. /// #[derive(Clone, Debug, Serialize, Deserialize)] -pub struct JsonValue(json::Value); +pub struct JsonValue(pub json::Value); impl Default for JsonValue { fn default() -> JsonValue {