google-cloud-pubsub-v1 1.1.0 → 1.1.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c3f1da8c8b62fb6767abdbadc178ec93fc912d48fa23745ee0faac7053686f04
|
|
4
|
+
data.tar.gz: f177b96f216c17f304f57bd6fb2461d27f6c496916a8a4a60c6acf763839aff7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63df0fa16f4792a7a7a3420732425ef8d9f465135bb68ceb4da4e5e4a178120b219231ad6444e14c1a2fa6f4101ededfb0788a68e2cfff74e874a88a10e9eee0
|
|
7
|
+
data.tar.gz: 8d67d4c4c975bef6c869e9eeb528edbc16e81c20435fa471e0ca3f969e3e6ef015c0a149608bd60a39e8fff75c5b300cc01db1415eb63549216b08bc94d431e2
|
|
@@ -341,7 +341,7 @@ module Google
|
|
|
341
341
|
# backlog, from the moment a message is published. If `retain_acked_messages`
|
|
342
342
|
# is true, then this also configures the retention of acknowledged messages,
|
|
343
343
|
# and thus configures how far back in time a `Seek` can be done. Defaults to
|
|
344
|
-
# 7 days. Cannot be more than
|
|
344
|
+
# 7 days. Cannot be more than 31 days or less than 10 minutes.
|
|
345
345
|
# @param labels [::Hash{::String => ::String}]
|
|
346
346
|
# Optional. See [Creating and managing
|
|
347
347
|
# labels](https://cloud.google.com/pubsub/docs/labels).
|
|
@@ -196,9 +196,26 @@ module Google
|
|
|
196
196
|
# @!attribute [rw] common
|
|
197
197
|
# @return [::Google::Api::CommonLanguageSettings]
|
|
198
198
|
# Some settings.
|
|
199
|
+
# @!attribute [rw] experimental_features
|
|
200
|
+
# @return [::Google::Api::PythonSettings::ExperimentalFeatures]
|
|
201
|
+
# Experimental features to be included during client library generation.
|
|
199
202
|
class PythonSettings
|
|
200
203
|
include ::Google::Protobuf::MessageExts
|
|
201
204
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
205
|
+
|
|
206
|
+
# Experimental features to be included during client library generation.
|
|
207
|
+
# These fields will be deprecated once the feature graduates and is enabled
|
|
208
|
+
# by default.
|
|
209
|
+
# @!attribute [rw] rest_async_io_enabled
|
|
210
|
+
# @return [::Boolean]
|
|
211
|
+
# Enables generation of asynchronous REST clients if `rest` transport is
|
|
212
|
+
# enabled. By default, asynchronous REST clients will not be generated.
|
|
213
|
+
# This feature will be enabled by default 1 month after launching the
|
|
214
|
+
# feature in preview packages.
|
|
215
|
+
class ExperimentalFeatures
|
|
216
|
+
include ::Google::Protobuf::MessageExts
|
|
217
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
218
|
+
end
|
|
202
219
|
end
|
|
203
220
|
|
|
204
221
|
# Settings for Node client libraries.
|
|
@@ -500,7 +500,7 @@ module Google
|
|
|
500
500
|
# backlog, from the moment a message is published. If `retain_acked_messages`
|
|
501
501
|
# is true, then this also configures the retention of acknowledged messages,
|
|
502
502
|
# and thus configures how far back in time a `Seek` can be done. Defaults to
|
|
503
|
-
# 7 days. Cannot be more than
|
|
503
|
+
# 7 days. Cannot be more than 31 days or less than 10 minutes.
|
|
504
504
|
# @!attribute [rw] labels
|
|
505
505
|
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
506
506
|
# Optional. See [Creating and managing
|
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: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-09-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|