google-apis-pubsub_v1 0.11.0 → 0.12.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: 664cc596f42d0bfe5ff99bee69e9cbc925ac6b2e9e1027b30263773c4c7427b4
4
- data.tar.gz: 5e37aee6aec4fc919125a1fb64f441117391d0cdfe3bb04cb27d1118d3a276a1
3
+ metadata.gz: 6d6c44ac29570c1dc70e1c3b10233348b74c44b5e72d818e8268e4682079df9d
4
+ data.tar.gz: 7f6d77571edadfbbf62125f432375b5f666db5622a38cfbb632110604bb3d2ee
5
5
  SHA512:
6
- metadata.gz: 645d443adcacd00d47665bcf09e13615c8273b2137f487f164accb9e60e8ed2cbf8a643d91390b817e436737cac5b9d6b882fbddb2bb33a12bbab9bc0845950b
7
- data.tar.gz: ae4cca68cc1f345b62d3cb95419edfc0a15bb36f5863ca6d850e4d2f36043b0464af14f0aea449caa300c5a67b42e88e8f7e828f5622892424c2967ea992e2ff
6
+ metadata.gz: 557204486e8782a03f9ebd3556c2500282a24e6082d6281e8fe2d234a73e31931e36399b79af49ca4606270a0c1ce6dcd9e2cd936864e91f068b50910fdc3932
7
+ data.tar.gz: 6dd67cb12e3e4d8cb8bc3dcb9c9376f153b89ebe2517af1c4c7c745908f60fa43b57930f66047814cceb198fa0a6c6c056e4879c1dcf7d55f804d7f6763f96c2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-pubsub_v1
2
2
 
3
+ ### v0.12.0 (2022-01-08)
4
+
5
+ * Regenerated from discovery document revision 20211231
6
+ * Unspecified changes
7
+
3
8
  ### v0.11.0 (2021-12-10)
4
9
 
5
10
  * Regenerated from discovery document revision 20211130
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/pubsub_v1"
51
51
  client = Google::Apis::PubsubV1::PubsubService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -1356,7 +1356,7 @@ module Google
1356
1356
  # google.com/pubsub/docs/replay-overview#seek_to_a_time) that is up to `
1357
1357
  # message_retention_duration` in the past. If this field is not set, message
1358
1358
  # retention is controlled by settings on individual subscriptions. Cannot be
1359
- # more than 7 days or less than 10 minutes.
1359
+ # more than 31 days or less than 10 minutes.
1360
1360
  # Corresponds to the JSON property `messageRetentionDuration`
1361
1361
  # @return [String]
1362
1362
  attr_accessor :message_retention_duration
@@ -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.11.0"
19
+ GEM_VERSION = "0.12.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 = "20211130"
25
+ REVISION = "20211231"
26
26
  end
27
27
  end
28
28
  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.11.0
4
+ version: 0.12.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-13 00:00:00.000000000 Z
11
+ date: 2022-01-10 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.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.12.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Pub/Sub API V1