google-cloud-pubsub-v1 0.17.3 → 0.17.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b21bb6609d7638ef63648a28fc2dd15322bb5f96f3e07ece6fdc08771149136f
|
4
|
+
data.tar.gz: 9b22bce6832fa4cea1938ee90ac437286b41c38276180ca1ceb241e7ca69c2f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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:
|
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:
|
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
|
@@ -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
|
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.
|
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-
|
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.
|
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.
|