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

@@ -4,7 +4,7 @@
[package]
name = "google-pubsub1-cli"
version = "1.0.13+20200403"
version = "1.0.13+20200623"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with Pubsub (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/pubsub1-cli"
@@ -42,4 +42,4 @@ rustls = ["yup-oauth2/no-openssl"]
[dependencies.google-pubsub1]
path = "../pubsub1"
version = "1.0.13+20200403"
version = "1.0.13+20200623"