google-apis-pubsub_v1 0.10.0 → 0.11.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 664cc596f42d0bfe5ff99bee69e9cbc925ac6b2e9e1027b30263773c4c7427b4
|
4
|
+
data.tar.gz: 5e37aee6aec4fc919125a1fb64f441117391d0cdfe3bb04cb27d1118d3a276a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 645d443adcacd00d47665bcf09e13615c8273b2137f487f164accb9e60e8ed2cbf8a643d91390b817e436737cac5b9d6b882fbddb2bb33a12bbab9bc0845950b
|
7
|
+
data.tar.gz: ae4cca68cc1f345b62d3cb95419edfc0a15bb36f5863ca6d850e4d2f36043b0464af14f0aea449caa300c5a67b42e88e8f7e828f5622892424c2967ea992e2ff
|
data/CHANGELOG.md
CHANGED
@@ -1245,6 +1245,12 @@ module Google
|
|
1245
1245
|
# @return [Google::Apis::PubsubV1::RetryPolicy]
|
1246
1246
|
attr_accessor :retry_policy
|
1247
1247
|
|
1248
|
+
# Output only. An output-only field indicating whether or not the subscription
|
1249
|
+
# can receive messages.
|
1250
|
+
# Corresponds to the JSON property `state`
|
1251
|
+
# @return [String]
|
1252
|
+
attr_accessor :state
|
1253
|
+
|
1248
1254
|
# Required. The name of the topic from which this subscription is receiving
|
1249
1255
|
# messages. Format is `projects/`project`/topics/`topic``. The value of this
|
1250
1256
|
# field will be `_deleted-topic_` if the topic has been deleted.
|
@@ -1280,6 +1286,7 @@ module Google
|
|
1280
1286
|
@push_config = args[:push_config] if args.key?(:push_config)
|
1281
1287
|
@retain_acked_messages = args[:retain_acked_messages] if args.key?(:retain_acked_messages)
|
1282
1288
|
@retry_policy = args[:retry_policy] if args.key?(:retry_policy)
|
1289
|
+
@state = args[:state] if args.key?(:state)
|
1283
1290
|
@topic = args[:topic] if args.key?(:topic)
|
1284
1291
|
@topic_message_retention_duration = args[:topic_message_retention_duration] if args.key?(:topic_message_retention_duration)
|
1285
1292
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module PubsubV1
|
18
18
|
# Version of the google-apis-pubsub_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211130"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -579,6 +579,7 @@ module Google
|
|
579
579
|
property :retain_acked_messages, as: 'retainAckedMessages'
|
580
580
|
property :retry_policy, as: 'retryPolicy', class: Google::Apis::PubsubV1::RetryPolicy, decorator: Google::Apis::PubsubV1::RetryPolicy::Representation
|
581
581
|
|
582
|
+
property :state, as: 'state'
|
582
583
|
property :topic, as: 'topic'
|
583
584
|
property :topic_message_retention_duration, as: 'topicMessageRetentionDuration'
|
584
585
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-pubsub_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.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: 2021-12-
|
11
|
+
date: 2021-12-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-pubsub_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.11.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-pubsub_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|