Update vendored dependencies
This includes github.com/kurin/blazer 0.2.0, which resolves #1291
This commit is contained in:
parent
ba23d24dd1
commit
61cb1cc6f8
1044 changed files with 203022 additions and 97709 deletions
1608
vendor/google.golang.org/api/pubsub/v1/pubsub-api.json
generated
vendored
1608
vendor/google.golang.org/api/pubsub/v1/pubsub-api.json
generated
vendored
File diff suppressed because it is too large
Load diff
6
vendor/google.golang.org/api/pubsub/v1/pubsub-gen.go
generated
vendored
6
vendor/google.golang.org/api/pubsub/v1/pubsub-gen.go
generated
vendored
|
@ -414,7 +414,7 @@ type ModifyPushConfigRequest struct {
|
|||
// An empty `pushConfig` indicates that the Pub/Sub system should
|
||||
// stop pushing messages from the given subscription and allow
|
||||
// messages to be pulled and acknowledged - effectively pausing
|
||||
// the subscription if `Pull` is not called.
|
||||
// the subscription if `Pull` or `StreamingPull` is not called.
|
||||
PushConfig *PushConfig `json:"pushConfig,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "PushConfig") to
|
||||
|
@ -874,7 +874,9 @@ type Subscription struct {
|
|||
// call
|
||||
// `ModifyAckDeadline` with the corresponding `ack_id` if
|
||||
// using
|
||||
// pull.
|
||||
// non-streaming pull or send the `ack_id` in
|
||||
// a
|
||||
// `StreamingModifyAckDeadlineRequest` if using streaming pull.
|
||||
// The minimum custom deadline you can specify is 10 seconds.
|
||||
// The maximum custom deadline you can specify is 600 seconds (10
|
||||
// minutes).
|
||||
|
|
778
vendor/google.golang.org/api/pubsub/v1beta1a/pubsub-api.json
generated
vendored
778
vendor/google.golang.org/api/pubsub/v1beta1a/pubsub-api.json
generated
vendored
File diff suppressed because it is too large
Load diff
1266
vendor/google.golang.org/api/pubsub/v1beta2/pubsub-api.json
generated
vendored
1266
vendor/google.golang.org/api/pubsub/v1beta2/pubsub-api.json
generated
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue