google-apis-pubsub_v1beta2 0.20.0 → 0.22.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: 17f0117c299976cecb4193c78ff715ddf917d00fd319ec371da1458ee6ba4628
4
- data.tar.gz: f97dd8a7f4caca9d8522d1b781565b5bd764ea19f0f5b9ceecf6c4f160e07c67
3
+ metadata.gz: c38558003caca55814b3d9b94614617804a26b9e830ca65d6f7c2930a9361dba
4
+ data.tar.gz: 9920bef3bdfa85bfc354b5a745082d17b9e33352a4582ea261f090ee160847fd
5
5
  SHA512:
6
- metadata.gz: fe7d8bfb83b0d83bd1462bfac474b19e9c492acc52cd24a8ed24c850b92064abd6260dd6051b18785b4662b7b38e1098e1aea9bcd154a1430ff8e4774e8fc957
7
- data.tar.gz: a0ca820e9fde733bc80c1a9965e2ded54140c12af368a996a8ac26178d29b62828a36a5a9ac3b90db1e6f7de08625593cd7ea22e603cfdb915614c8bf963203c
6
+ metadata.gz: 8db56a0a181d9f6f300576480fa22a47f1aea7c339ac5151dc007ffb522509c090761ff051eb751ae8241515c64690410964a491e5406c908326f205f577612e
7
+ data.tar.gz: 994e5fdfbd31c780bc6f7972ba0fbeb856d680677cf483dc28d3f8dd3d4cc5d418aeb94c17c1e600b3eb614d0085aeccbcb0c17f0b2fd9f99d00011e1addefd9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-pubsub_v1beta2
2
2
 
3
+ ### v0.22.0 (2023-02-05)
4
+
5
+ * Regenerated from discovery document revision 20230124
6
+ * Regenerated using generator version 0.11.1
7
+
8
+ ### v0.21.0 (2022-10-20)
9
+
10
+ * Regenerated using generator version 0.11.0
11
+
3
12
  ### v0.20.0 (2022-09-23)
4
13
 
5
14
  * Regenerated using generator version 0.10.0
@@ -80,22 +80,22 @@ module Google
80
80
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
81
81
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
82
82
  # email address that represents a Google group. For example, `admins@example.com`
83
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
84
- # identifier) representing a user that has been recently deleted. For example, `
85
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
86
- # value reverts to `user:`emailid`` and the recovered user retains the role in
87
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
88
- # address (plus unique identifier) representing a service account that has been
89
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
83
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
84
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
85
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
86
+ # representing a user that has been recently deleted. For example, `alice@
87
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
88
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
89
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
90
+ # (plus unique identifier) representing a service account that has been recently
91
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
90
92
  # 123456789012345678901`. If the service account is undeleted, this value
91
93
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
92
94
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
93
95
  # An email address (plus unique identifier) representing a Google group that has
94
96
  # been recently deleted. For example, `admins@example.com?uid=
95
97
  # 123456789012345678901`. If the group is recovered, this value reverts to `
96
- # group:`emailid`` and the recovered group retains the role in the binding. * `
97
- # domain:`domain``: The G Suite domain (primary) that represents all the users
98
- # of that domain. For example, `google.com` or `example.com`.
98
+ # group:`emailid`` and the recovered group retains the role in the binding.
99
99
  # Corresponds to the JSON property `members`
100
100
  # @return [Array<String>]
101
101
  attr_accessor :members
@@ -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.20.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220829"
25
+ REVISION = "20230124"
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.20.0
4
+ version: 0.22.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-09-26 00:00:00.000000000 Z
11
+ date: 2023-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1beta2/v0.22.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.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Pub/Sub API V1beta2