google-cloud-pubsub-v1 0.14.0 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6710837e853d4027d03202b0a6aeafb80c332693577d2c5bad77d50137ea0f56
4
- data.tar.gz: c1ca2cb0eafbfe4749ec2f35c7779fe8b50046aff0f70b418f67676be7017753
3
+ metadata.gz: 6e21016a2e45d034489befd63714d08d6bb558490fbb32d35a5996fda7d2de15
4
+ data.tar.gz: 9563b93c44365e0a6eaccc4572383d77b017596340f4f7d5dcdcd41e6ca8bfbd
5
5
  SHA512:
6
- metadata.gz: 12b133bb8c20323c506ec8442a0a2cb355c0128b517787e060b677e95c75f3ab5ba90f20ed7e83840a3e6a09ddef90cd0e2461530f921b44dc1e4e01b53fed94
7
- data.tar.gz: 65ad71d44e145074e09dc2afc70a048a33b5c537dcb13c803be9ab5ecbf8b100d3c418592cf1273e922785a0b6e089b277b03aee14459c239cfa577e10fe7349
6
+ metadata.gz: 2bcca54d2349bdedfe87306136dc217bb307cedb5411ce500854d42fd32451b28d907e0a96bdc62ac78a7c2c0ceefe95424a9c21c730b425a0c470baa751aac4
7
+ data.tar.gz: b788b3ece0f8778b831b6492eb1fff9007dd687a4e8a1fd87bb6c72092f51bc3cd4a7bf9c7ee14b0e872b40cdbfcb4772e375969c97a4bfaa118995aa751e1c8
@@ -104,7 +104,7 @@ module Google
104
104
 
105
105
  default_config.rpcs.pull.timeout = 60.0
106
106
  default_config.rpcs.pull.retry_policy = {
107
- initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [2, 10, 14]
107
+ initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [2, 10, 14, 13]
108
108
  }
109
109
 
110
110
  default_config.rpcs.streaming_pull.timeout = 900.0
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module PubSub
23
23
  module V1
24
- VERSION = "0.14.0"
24
+ VERSION = "0.15.0"
25
25
  end
26
26
  end
27
27
  end
@@ -219,6 +219,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
219
219
  add_message "google.pubsub.v1.StreamingPullResponse.ModifyAckDeadlineConfirmation" do
220
220
  repeated :ack_ids, :string, 1
221
221
  repeated :invalid_ack_ids, :string, 2
222
+ repeated :temporary_failed_ack_ids, :string, 3
222
223
  end
223
224
  add_message "google.pubsub.v1.StreamingPullResponse.SubscriptionProperties" do
224
225
  optional :exactly_once_delivery_enabled, :bool, 1
@@ -1015,6 +1015,9 @@ module Google
1015
1015
  # @return [::Array<::String>]
1016
1016
  # List of acknowledgement IDs that were malformed or whose acknowledgement
1017
1017
  # deadline has expired.
1018
+ # @!attribute [rw] temporary_failed_ack_ids
1019
+ # @return [::Array<::String>]
1020
+ # List of acknowledgement IDs that failed processing with temporary issues.
1018
1021
  class ModifyAckDeadlineConfirmation
1019
1022
  include ::Google::Protobuf::MessageExts
1020
1023
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-pubsub-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-16 00:00:00.000000000 Z
11
+ date: 2023-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common