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

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