google-apis-pubsub_v1beta2 0.21.0 → 0.22.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: dc71ce0815b8f3bdbb9e4e00d02579531d7c3571a4a90a8071f8d26f7bf34ad8
4
- data.tar.gz: fee579bd3b7dfbe90a932ec1916b1947f6d02a5667f225a6552a1143a754f80b
3
+ metadata.gz: c38558003caca55814b3d9b94614617804a26b9e830ca65d6f7c2930a9361dba
4
+ data.tar.gz: 9920bef3bdfa85bfc354b5a745082d17b9e33352a4582ea261f090ee160847fd
5
5
  SHA512:
6
- metadata.gz: 526d6c18a2c1a9d662b7f606ed7b7496b474b686dc3339d178b4744f16dc5da1a9f11b886d42fb9f9fe32f1a3d0312e15766c5aa970eeec4a94a9e4d7cb97257
7
- data.tar.gz: ed561a36602cd4b7c34577d5c359f6b3ed80c30c04b8cc00352ca2a24227e3bc3ea9d1ad27a5af0708bf71fe43b26b0376413df62e5e1901d688b07649e91aff
6
+ metadata.gz: 8db56a0a181d9f6f300576480fa22a47f1aea7c339ac5151dc007ffb522509c090761ff051eb751ae8241515c64690410964a491e5406c908326f205f577612e
7
+ data.tar.gz: 994e5fdfbd31c780bc6f7972ba0fbeb856d680677cf483dc28d3f8dd3d4cc5d418aeb94c17c1e600b3eb614d0085aeccbcb0c17f0b2fd9f99d00011e1addefd9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.21.0 (2022-10-20)
4
9
 
5
10
  * Regenerated using generator version 0.11.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.21.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.11.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.21.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-10-21 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
@@ -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.21.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