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

@@ -4,7 +4,7 @@
[package]
name = "google-file1-cli"
version = "1.0.13+20200406"
version = "1.0.14+20200707"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with Cloud Filestore (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/file1-cli"
@@ -42,4 +42,4 @@ rustls = ["yup-oauth2/no-openssl"]
[dependencies.google-file1]
path = "../file1"
version = "1.0.13+20200406"
version = "1.0.14+20200707"

View File

@@ -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 *Cloud Filestore* API at revision *20200406*. The CLI is at version *1.0.13*.
This documentation was generated from the *Cloud Filestore* API at revision *20200707*. The CLI is at version *1.0.14*.
```bash
file1 [options]

View File

@@ -1,4 +1,4 @@
site_name: Cloud Filestore v1.0.13+20200406
site_name: Cloud Filestore v1.0.14+20200707
site_url: http://byron.github.io/google-apis-rs/google-file1-cli
site_description: A complete library to interact with Cloud Filestore (protocol v1)

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")