mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
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:
committed by
Sebastian Thiel
parent
6ad88cb773
commit
b6ee34dcff
@@ -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>]
|
||||
|
||||
Reference in New Issue
Block a user