chore(json): update all apis

And bring in 5 new ones, including cloudkms.
Also update dependencies to make things compile again.
This commit is contained in:
Sebastian Thiel
2017-05-22 20:42:37 +02:00
parent 18f0cae1d0
commit 9cff808362
723 changed files with 182398 additions and 108055 deletions

View File

@@ -4,9 +4,9 @@
[package]
name = "google-pubsub1-cli"
version = "1.0.4+20161122"
version = "1.0.4+20170502"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with pubsub (protocol v1)"
description = "A complete library to interact with Pubsub (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/pubsub1-cli"
homepage = "https://cloud.google.com/pubsub/docs"
documentation = "http://byron.github.io/google-apis-rs/google_pubsub1_cli"
@@ -24,7 +24,7 @@ serde_json = "^ 0.9"
serde_derive = "^ 0.9"
yup-oauth2 = "^ 1.0"
strsim = "^0.5"
hyper-rustls = "^0.3"
hyper-rustls = "^0.6"
yup-hyper-mock = "^2.0"
clap = "^2.0"
@@ -34,4 +34,4 @@ clap = "^2.0"
[dependencies.google-pubsub1]
path = "../pubsub1"
version = "1.0.4+20161122"
version = "1.0.4+20170502"

View File

@@ -3,14 +3,14 @@ DO NOT EDIT !
This file was generated automatically from 'src/mako/cli/README.md.mako'
DO NOT EDIT !
-->
The `pubsub1` command-line interface *(CLI)* allows to use most features of the *Google pubsub* service from the comfort of your terminal.
The `pubsub1` command-line interface *(CLI)* allows to use most features of the *Google Pubsub* service from the comfort of your terminal.
By default all output is printed to standard out, but flags can be set to direct it into a file independent of your shell's
capabilities. Errors will be printed to standard error, and cause the program's exit code to be non-zero.
If data-structures are requested, these will be returned as pretty-printed JSON, to be useful as input to other tools.
Everything else about the *pubsub* API can be found at the
Everything else about the *Pubsub* API can be found at the
[official documentation site](https://cloud.google.com/pubsub/docs).
# Installation and Source Code
@@ -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 *pubsub* API at revision *20161122*. The CLI is at version *1.0.4*.
This documentation was generated from the *Pubsub* API at revision *20170502*. The CLI is at version *1.0.4*.
```bash
pubsub1 [options]

View File

@@ -1,6 +1,6 @@
site_name: pubsub v1.0.4+20161122
site_name: Pubsub v1.0.4+20170502
site_url: http://byron.github.io/google-apis-rs/google-pubsub1-cli
site_description: A complete library to interact with pubsub (protocol v1)
site_description: A complete library to interact with Pubsub (protocol v1)
repo_url: https://github.com/Byron/google-apis-rs/tree/master/gen/pubsub1-cli

View File

@@ -1879,8 +1879,7 @@ fn main() {
(Some(r##"resource"##),
None,
Some(r##"REQUIRED: The resource for which the policy is being requested.
`resource` is usually specified as a path. For example, a Project
resource is specified as `projects/{project}`."##),
See the operation documentation for the appropriate value for this field."##),
Some(true),
Some(false)),
@@ -1904,8 +1903,7 @@ fn main() {
(Some(r##"resource"##),
None,
Some(r##"REQUIRED: The resource for which the policy is being specified.
`resource` is usually specified as a path. For example, a Project
resource is specified as `projects/{project}`."##),
See the operation documentation for the appropriate value for this field."##),
Some(true),
Some(false)),
@@ -1928,14 +1926,19 @@ fn main() {
Some(false)),
]),
("snapshots-test-iam-permissions",
Some(r##"Returns permissions that a caller has on the specified resource."##),
Some(r##"Returns permissions that a caller has on the specified resource.
If the resource does not exist, this will return an empty set of
permissions, not a NOT_FOUND error.
Note: This operation is designed to be used for building permission-aware
UIs and command-line tools, not for authorization checking. This operation
may "fail open" without warning."##),
"Details at http://byron.github.io/google-apis-rs/google_pubsub1_cli/projects_snapshots-test-iam-permissions",
vec![
(Some(r##"resource"##),
None,
Some(r##"REQUIRED: The resource for which the policy detail is being requested.
`resource` is usually specified as a path. For example, a Project
resource is specified as `projects/{project}`."##),
See the operation documentation for the appropriate value for this field."##),
Some(true),
Some(false)),
@@ -2093,8 +2096,7 @@ fn main() {
(Some(r##"resource"##),
None,
Some(r##"REQUIRED: The resource for which the policy is being requested.
`resource` is usually specified as a path. For example, a Project
resource is specified as `projects/{project}`."##),
See the operation documentation for the appropriate value for this field."##),
Some(true),
Some(false)),
@@ -2240,8 +2242,7 @@ fn main() {
(Some(r##"resource"##),
None,
Some(r##"REQUIRED: The resource for which the policy is being specified.
`resource` is usually specified as a path. For example, a Project
resource is specified as `projects/{project}`."##),
See the operation documentation for the appropriate value for this field."##),
Some(true),
Some(false)),
@@ -2264,14 +2265,19 @@ fn main() {
Some(false)),
]),
("subscriptions-test-iam-permissions",
Some(r##"Returns permissions that a caller has on the specified resource."##),
Some(r##"Returns permissions that a caller has on the specified resource.
If the resource does not exist, this will return an empty set of
permissions, not a NOT_FOUND error.
Note: This operation is designed to be used for building permission-aware
UIs and command-line tools, not for authorization checking. This operation
may "fail open" without warning."##),
"Details at http://byron.github.io/google-apis-rs/google_pubsub1_cli/projects_subscriptions-test-iam-permissions",
vec![
(Some(r##"resource"##),
None,
Some(r##"REQUIRED: The resource for which the policy detail is being requested.
`resource` is usually specified as a path. For example, a Project
resource is specified as `projects/{project}`."##),
See the operation documentation for the appropriate value for this field."##),
Some(true),
Some(false)),
@@ -2385,8 +2391,7 @@ fn main() {
(Some(r##"resource"##),
None,
Some(r##"REQUIRED: The resource for which the policy is being requested.
`resource` is usually specified as a path. For example, a Project
resource is specified as `projects/{project}`."##),
See the operation documentation for the appropriate value for this field."##),
Some(true),
Some(false)),
@@ -2464,8 +2469,7 @@ fn main() {
(Some(r##"resource"##),
None,
Some(r##"REQUIRED: The resource for which the policy is being specified.
`resource` is usually specified as a path. For example, a Project
resource is specified as `projects/{project}`."##),
See the operation documentation for the appropriate value for this field."##),
Some(true),
Some(false)),
@@ -2511,14 +2515,19 @@ fn main() {
Some(false)),
]),
("topics-test-iam-permissions",
Some(r##"Returns permissions that a caller has on the specified resource."##),
Some(r##"Returns permissions that a caller has on the specified resource.
If the resource does not exist, this will return an empty set of
permissions, not a NOT_FOUND error.
Note: This operation is designed to be used for building permission-aware
UIs and command-line tools, not for authorization checking. This operation
may "fail open" without warning."##),
"Details at http://byron.github.io/google-apis-rs/google_pubsub1_cli/projects_topics-test-iam-permissions",
vec![
(Some(r##"resource"##),
None,
Some(r##"REQUIRED: The resource for which the policy detail is being requested.
`resource` is usually specified as a path. For example, a Project
resource is specified as `projects/{project}`."##),
See the operation documentation for the appropriate value for this field."##),
Some(true),
Some(false)),
@@ -2546,7 +2555,7 @@ fn main() {
let mut app = App::new("pubsub1")
.author("Sebastian Thiel <byronimo@gmail.com>")
.version("1.0.4+20161122")
.version("1.0.4+20170502")
.about("Provides reliable, many-to-many, asynchronous messaging between applications.
")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_pubsub1_cli")