google-apis-pubsub_v1 0.19.0 → 0.20.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: 23f1ec9518a2e8e9b5d900304cc97175d8e3879e88aec02551bb50c115c695c5
4
- data.tar.gz: 303a2602a3f65670800a13c288763fbe67d7d18edff897883b899a87da69f0a0
3
+ metadata.gz: bf9cfa32b15458c032ffd8767095be61572ea8892a92fccbd3eab60d63ceaeb4
4
+ data.tar.gz: d01757928bafb2d93d8a861a3e18f2b4ec06652e1c69245ed6618644a4aed8cd
5
5
  SHA512:
6
- metadata.gz: 071467d0cacf01d646f64c50132aaf5138fb2f55674733f386ef1ebaa938e6dd70c33535aa2c5640d1cdd4837029deed4a5c370727d26a5736cd5aea669cd915
7
- data.tar.gz: 978c4981f1890739aa3f3e41537ccd3550946d5208c888430c681ec7138b96512d2cb1947780d91f59799b68a5f60278134bf9809655cc407b770d408c47d445
6
+ metadata.gz: db8b08845eb59bf1c87e3bf63346b7a185ce18d81b2a5ef34a5dbafad3b4aeb429b130655402af0e48fe7debb01a6ddd6055190fca5b748b160fc1762b5c2270
7
+ data.tar.gz: ffdd395801baad5c27cc76d7d3361766ca584eb09e1bac883f07df556c80d585f79feaeeb44da344f0f4888a210409d0f726a19de9920b836ef8eb11480f49f1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-pubsub_v1
2
2
 
3
+ ### v0.20.0 (2022-05-28)
4
+
5
+ * Regenerated from discovery document revision 20220522
6
+
3
7
  ### v0.19.0 (2022-05-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20220510
@@ -62,7 +62,7 @@ module Google
62
62
  # @return [String]
63
63
  attr_accessor :state
64
64
 
65
- # The name of the table to which to write data, of the form `projectId`:`
65
+ # The name of the table to which to write data, of the form `projectId`.`
66
66
  # datasetId`.`tableId`
67
67
  # Corresponds to the JSON property `table`
68
68
  # @return [String]
@@ -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.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220510"
25
+ REVISION = "20220522"
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.19.0
4
+ version: 0.20.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: 2022-05-23 00:00:00.000000000 Z
11
+ date: 2022-05-30 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.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.20.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.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Pub/Sub API V1