update all code after version update

This commit is contained in:
Sebastian Thiel
2020-07-10 09:41:44 +08:00
parent c949124df5
commit d1ffa68287
1798 changed files with 692798 additions and 59942 deletions

View File

@@ -934,7 +934,7 @@ fn main() {
vec![
(Some(r##"parent"##),
None,
Some(r##"The instance's project and location, in the format
Some(r##"Required. The instance's project and location, in the format
projects/{project_id}/locations/{location}. In Cloud Filestore,
locations map to GCP zones, for example **us-west1-b**."##),
Some(true),
@@ -964,7 +964,7 @@ fn main() {
vec![
(Some(r##"name"##),
None,
Some(r##"The instance resource name, in the format
Some(r##"Required. The instance resource name, in the format
projects/{project_id}/locations/{location}/instances/{instance_id}"##),
Some(true),
Some(false)),
@@ -987,7 +987,7 @@ fn main() {
vec![
(Some(r##"name"##),
None,
Some(r##"The instance resource name, in the format
Some(r##"Required. The instance resource name, in the format
projects/{project_id}/locations/{location}/instances/{instance_id}."##),
Some(true),
Some(false)),
@@ -1011,7 +1011,7 @@ fn main() {
vec![
(Some(r##"parent"##),
None,
Some(r##"The project and location for which to retrieve instance information,
Some(r##"Required. The project and location for which to retrieve instance information,
in the format projects/{project_id}/locations/{location}. In Cloud
Filestore, locations map to GCP zones, for example **us-west1-b**. To
retrieve instance information for all locations, use "-" for the {location}
@@ -1205,7 +1205,7 @@ fn main() {
let mut app = App::new("file1")
.author("Sebastian Thiel <byronimo@gmail.com>")
.version("1.0.13+20200406")
.version("1.0.14+20200707")
.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_cli")
.arg(Arg::with_name("url")