mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
update all code after version update
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user