google-cloud-pubsub-v1 0.17.2 → 0.17.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d90d63d26e21aa02d0594b0b67d1e125b6c2e212d50cb1bd46ae9ef4b83f3b14
4
- data.tar.gz: 3e068ba1ae2be7113e0b7a901b8fc6be034630e43df6c706a5e2c7231a87b750
3
+ metadata.gz: b21bb6609d7638ef63648a28fc2dd15322bb5f96f3e07ece6fdc08771149136f
4
+ data.tar.gz: 9b22bce6832fa4cea1938ee90ac437286b41c38276180ca1ceb241e7ca69c2f6
5
5
  SHA512:
6
- metadata.gz: 2560a38395eb2079f9faf5bc489c6598ad33b7a8bf09e5262dbe9b143f67bf5803dc9f846465b18402fc07991434dd43a873c23a0867efeb617f2ed9c03b9b8e
7
- data.tar.gz: 7bfbd668af7dcbbd87119b24243cfa4aed7447ca1655c833db1c24d9a0dd7ddd17b6507a2de03cec911fae75d125a1f4671020cf913b1bf1fe4b956848ae4ecf
6
+ metadata.gz: b56c5144c073f8ef39abf2b7a3acf890d16025ea0ed0439b068c9f6b8d3e70e1a1850ae1d5f1751d74c0d49d99d2151e657faa7e79a55fca0894fe6ad6f7cd01
7
+ data.tar.gz: 223c7de7ebb02b02723b4cbf5fb1c240735dc47f7c188842cb3c7cc5f8c73b197af392e3ff7d2289a984ed6d9caa336e2afa8508ee41acec4e881077da05c722
@@ -78,7 +78,7 @@ module Google
78
78
 
79
79
  default_config.rpcs.publish.timeout = 60.0
80
80
  default_config.rpcs.publish.retry_policy = {
81
- initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [10, 1, 13, 8, 2, 14, 4]
81
+ initial_delay: 0.1, max_delay: 60.0, multiplier: 4.0, retry_codes: [10, 1, 13, 8, 2, 14, 4]
82
82
  }
83
83
 
84
84
  default_config.rpcs.get_topic.timeout = 60.0
@@ -109,7 +109,7 @@ module Google
109
109
 
110
110
  default_config.rpcs.streaming_pull.timeout = 900.0
111
111
  default_config.rpcs.streaming_pull.retry_policy = {
112
- initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 8, 10, 13, 14]
112
+ initial_delay: 0.1, max_delay: 60.0, multiplier: 4.0, retry_codes: [4, 8, 10, 13, 14]
113
113
  }
114
114
 
115
115
  default_config.rpcs.modify_push_config.timeout = 60.0
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module PubSub
23
23
  module V1
24
- VERSION = "0.17.2"
24
+ VERSION = "0.17.4"
25
25
  end
26
26
  end
27
27
  end
@@ -66,6 +66,20 @@ module Google
66
66
  # a non-empty value will be returned. The user will not be aware of what
67
67
  # non-empty value to expect.
68
68
  NON_EMPTY_DEFAULT = 7
69
+
70
+ # Denotes that the field in a resource (a message annotated with
71
+ # google.api.resource) is used in the resource name to uniquely identify the
72
+ # resource. For AIP-compliant APIs, this should only be applied to the
73
+ # `name` field on the resource.
74
+ #
75
+ # This behavior should not be applied to references to other resources within
76
+ # the message.
77
+ #
78
+ # The identifier field of resources often have different field behavior
79
+ # depending on the request it is embedded in (e.g. for Create methods name
80
+ # is optional and unused, while for Update methods it is required). Instead
81
+ # of method-specific annotations, only `IDENTIFIER` is required.
82
+ IDENTIFIER = 8
69
83
  end
70
84
  end
71
85
  end
@@ -788,7 +788,11 @@ module Google
788
788
  # @!attribute [rw] write_metadata
789
789
  # @return [::Boolean]
790
790
  # When true, write the subscription name, message_id, publish_time,
791
- # attributes, and ordering_key as additional fields in the output.
791
+ # attributes, and ordering_key as additional fields in the output. The
792
+ # subscription name, message_id, and publish_time fields are put in their
793
+ # own fields while all other message properties other than data (for
794
+ # example, an ordering_key, if present) are added as entries in the
795
+ # attributes map.
792
796
  class AvroConfig
793
797
  include ::Google::Protobuf::MessageExts
794
798
  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.17.2
4
+ version: 0.17.4
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-06-27 00:00:00.000000000 Z
11
+ date: 2023-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -245,7 +245,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
245
245
  - !ruby/object:Gem::Version
246
246
  version: '0'
247
247
  requirements: []
248
- rubygems_version: 3.4.2
248
+ rubygems_version: 3.4.19
249
249
  signing_key:
250
250
  specification_version: 4
251
251
  summary: Provides reliable, many-to-many, asynchronous messaging between applications.