Bump version to 1.0.9; update JSON schemas; add new APIs

This commit is contained in:
Sebastian Thiel
2019-07-05 11:32:35 +08:00
parent 99e97ceece
commit e42ebc0c2b
2442 changed files with 190984 additions and 71186 deletions

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 *storage* API at revision *20190226*. The CLI is at version *1.0.8*.
This documentation was generated from the *storage* API at revision *20190624*. The CLI is at version *1.0.9*.
```bash
storage1 [options]
@@ -83,6 +83,11 @@ storage1 [options]
update <bucket> <object> (-r <kv>)... [-p <v>]... [-o <out>]
watch-all <bucket> (-r <kv>)... [-p <v>]... [-o <out>]
projects
hmac-keys-create <project-id> <service-account-email> [-p <v>]... [-o <out>]
hmac-keys-delete <project-id> <access-id> [-p <v>]...
hmac-keys-get <project-id> <access-id> [-p <v>]... [-o <out>]
hmac-keys-list <project-id> [-p <v>]... [-o <out>]
hmac-keys-update <project-id> <access-id> (-r <kv>)... [-p <v>]... [-o <out>]
service-account-get <project-id> [-p <v>]... [-o <out>]
storage1 --help