google-apis-pubsub_v1beta2 0.11.0 → 0.12.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: 7def23d33595a7056091cdae305e3f3fe4e66b9f87dc74c32a55f639ea7c61eb
4
- data.tar.gz: afb8df89ba0ff71d998e2447f5fc67987ac30aff6fcc237b2085f408d4ab7d8f
3
+ metadata.gz: 2501915865ee14abf85a95d8fbb0d7df9f2837a22c403fe284d54e09d406a254
4
+ data.tar.gz: 27f457e986ddbf4b507a74500717b275a451366da43d60caafcbd9d77ac7df16
5
5
  SHA512:
6
- metadata.gz: 177854cf7b985e94b8de79bb11ac3f2acf1bcb8d18c7da2dd0aff7003e28d6969c8cbaf1af3db21dc3ef3ac8a18f5864effc585b99067c630867bd51c185e9b6
7
- data.tar.gz: 4693cc5f7779b12ef2d77025d7ff3649f1d736cc049807e9841e263e56c4e11db4e8d3eb151287d6a865587766538e2cec86063a058c6ade84cad6cc2232364b
6
+ metadata.gz: 9527862bf017a96b9e778bc93d6068cf2d2e2cad5de73c16a1750ec72557e774c268385327439dcdca158ce21a6d09c6743f60f5e3a9115bfacdf3bfdc3517f4
7
+ data.tar.gz: 902037e6b80b4fa36720e60ef44ebe648a4feaec817aa634fa7fd8b475c9dfab60d564763b23af72ae1ef75b801a3c4d2c43e688e5e4f64d27a7dfbdf6248e90
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-pubsub_v1beta2
2
2
 
3
+ ### v0.12.0 (2022-04-01)
4
+
5
+ * Regenerated from discovery document revision 20220322
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.11.0 (2021-12-14)
4
9
 
5
10
  * Unspecified changes
@@ -116,8 +116,7 @@ module Google
116
116
  # A generic empty message that you can re-use to avoid defining duplicated empty
117
117
  # messages in your APIs. A typical example is to use it as the request or the
118
118
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
119
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
120
- # `Empty` is empty JSON object ````.
119
+ # protobuf.Empty) returns (google.protobuf.Empty); `
121
120
  class Empty
122
121
  include Google::Apis::Core::Hashable
123
122
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PubsubV1beta2
18
18
  # Version of the google-apis-pubsub_v1beta2 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
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211108"
25
+ REVISION = "20220322"
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_v1beta2
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: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-04-04 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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1beta2/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1beta2/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-pubsub_v1beta2
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.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Pub/Sub API V1beta2