google-apis-pubsub_v1 0.10.0 → 0.11.0

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: 7221fbdb8d3734af80016069d6160c557d6ff2aa818889387c38d6fb23dda66b
4
- data.tar.gz: a517229870ff5b517a040a6d6120c578a5fbdfa3d8146866550f252be4c73f6d
3
+ metadata.gz: 664cc596f42d0bfe5ff99bee69e9cbc925ac6b2e9e1027b30263773c4c7427b4
4
+ data.tar.gz: 5e37aee6aec4fc919125a1fb64f441117391d0cdfe3bb04cb27d1118d3a276a1
5
5
  SHA512:
6
- metadata.gz: 74eb89878d6550f124cfdecf82745c083dcb8e6de5f9192e5e193d27b78eccd20981a34289ee83223dbaeb6c2248549640eab2d349b2843aea9e5401c2850822
7
- data.tar.gz: 8b5cd49a80d28ad57badd2791f5fe5dd60d0463546d79ab7c85b805118953ee86a7842ff93f8585954823bb726c5499fa88c0c45573f89e371369570238ad661
6
+ metadata.gz: 645d443adcacd00d47665bcf09e13615c8273b2137f487f164accb9e60e8ed2cbf8a643d91390b817e436737cac5b9d6b882fbddb2bb33a12bbab9bc0845950b
7
+ data.tar.gz: ae4cca68cc1f345b62d3cb95419edfc0a15bb36f5863ca6d850e4d2f36043b0464af14f0aea449caa300c5a67b42e88e8f7e828f5622892424c2967ea992e2ff
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-pubsub_v1
2
2
 
3
+ ### v0.11.0 (2021-12-10)
4
+
5
+ * Regenerated from discovery document revision 20211130
6
+
3
7
  ### v0.10.0 (2021-11-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20211108
@@ -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.10.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 = "20211108"
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.10.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-06 00:00:00.000000000 Z
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.10.0
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: []