Bump version to 1.0.9; update JSON schemas; add new APIs

This commit is contained in:
Sebastian Thiel
2019-07-05 11:32:35 +08:00
parent 99e97ceece
commit e42ebc0c2b
2442 changed files with 190984 additions and 71186 deletions

View File

@@ -1034,8 +1034,7 @@ fn main() {
vec![
(Some(r##"name"##),
None,
Some(r##"Output only.
The resource name of the instance, in the format
Some(r##"Output only. The resource name of the instance, in the format
projects/{project_id}/locations/{location_id}/instances/{instance_id}."##),
Some(true),
Some(false)),
@@ -1203,7 +1202,7 @@ fn main() {
let mut app = App::new("file1-beta1")
.author("Sebastian Thiel <byronimo@gmail.com>")
.version("1.0.8+20190312")
.version("1.0.9+20190627")
.about("The Cloud Filestore API is used for creating and managing cloud file servers.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_file1_beta1_cli")
.arg(Arg::with_name("url")