Update the PubSub schema to include new API features.

Since the last time the PubSub v1 schema was fetched from Discovery in
April, Google has added new API features: namely, subscription filters
and retry policies.  This update to the JSON schema and its generated
code bring in support for these features.
This commit is contained in:
Joel Lathrop
2020-07-08 11:11:50 -04:00
committed by Sebastian Thiel
parent 6ad88cb773
commit b6ee34dcff
8 changed files with 631 additions and 120 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 *Pubsub* API at revision *20200403*. The CLI is at version *1.0.13*.
This documentation was generated from the *Pubsub* API at revision *20200623*. The CLI is at version *1.0.13*.
```bash
pubsub1 [options]
@@ -41,6 +41,7 @@ pubsub1 [options]
subscriptions-acknowledge <subscription> (-r <kv>)... [-p <v>]... [-o <out>]
subscriptions-create <name> (-r <kv>)... [-p <v>]... [-o <out>]
subscriptions-delete <subscription> [-p <v>]... [-o <out>]
subscriptions-detach <subscription> [-p <v>]... [-o <out>]
subscriptions-get <subscription> [-p <v>]... [-o <out>]
subscriptions-get-iam-policy <resource> [-p <v>]... [-o <out>]
subscriptions-list <project> [-p <v>]... [-o <out>]