google-apis-pubsub_v1 0.3.0 → 0.4.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: e798b351b0b5a3e53e4be9a3b0b3ab87becb4484b32d702bbb513afd206057ae
4
- data.tar.gz: e9bb2a6000e7d8a9cec5b5fe73fc13997f2783f4f8d68b8018e6baac75706f09
3
+ metadata.gz: 4e04a2442d07c736006126af99f1af8d9047c1e1f016137a9216ced51c4ba738
4
+ data.tar.gz: 33b0443dd566b61121536da86e04fe4bbe3ab6271e60df2b0439eca417a8b5e6
5
5
  SHA512:
6
- metadata.gz: aff83bf4800bafe25495b58bbf309cb12e3b85592b936767e5cf3aef8f015b29de0d510dd2db913996f68c15d4ab2b6bbb3c2f3c665b12275dd20835aabf32e3
7
- data.tar.gz: af5b848db78cdf0d857d3ea30daf0cfb56ddfc4837a30840c764a01f8f6a87456c06f2ecfbbecb39a9fc2b39ac418bc0315fbb42d4ca94ef3adaab7e0107d9fc
6
+ metadata.gz: e15ec1fec9e64a93159e08bcb0c5bbbbe79fd61d227a95592897c11f9cae6ce4795b7707710a3bd609d5bb063cb15fe8a0b9926bf6164ef3f51b48baa06be2da
7
+ data.tar.gz: 6d99e42fecba973b53a6fd52387fdac9de0fd28fa8786a4dc443f25aca83b4c2c84d628c7ee72bd16cfb6da04f161885e7b559b38bb2d3926f2a8222034cfedc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-pubsub_v1
2
2
 
3
+ ### v0.4.0 (2021-04-02)
4
+
5
+ * Regenerated from discovery document revision 20210322
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.3.0 (2021-03-05)
4
9
 
5
10
  * Regenerated from discovery document revision 20210225
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
 
35
35
  # View and manage Pub/Sub topics and subscriptions
@@ -1221,8 +1221,9 @@ module Google
1221
1221
  # Indicates whether to retain acknowledged messages. If true, then messages are
1222
1222
  # not expunged from the subscription's backlog, even if they are acknowledged,
1223
1223
  # until they fall out of the `message_retention_duration` window. This must be
1224
- # true if you would like to [Seek to a timestamp] (https://cloud.google.com/
1225
- # pubsub/docs/replay-overview#seek_to_a_time).
1224
+ # true if you would like to [`Seek` to a timestamp] (https://cloud.google.com/
1225
+ # pubsub/docs/replay-overview#seek_to_a_time) in the past to replay previously-
1226
+ # acknowledged messages.
1226
1227
  # Corresponds to the JSON property `retainAckedMessages`
1227
1228
  # @return [Boolean]
1228
1229
  attr_accessor :retain_acked_messages
@@ -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.3.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210225"
25
+ REVISION = "20210322"
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.3.0
4
+ version: 0.4.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-03-08 00:00:00.000000000 Z
11
+ date: 2021-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-pubsub_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.4.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-pubsub_v1
57
57
  post_install_message:
58
58
  rdoc_options: []