mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Bump version to 1.0.9; update JSON schemas; add new APIs
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user