google-apis-pubsub_v1 0.32.0 → 0.33.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/pubsub_v1/classes.rb +10 -10
- data/lib/google/apis/pubsub_v1/gem_version.rb +2 -2
- data/lib/google/apis/pubsub_v1/service.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ac77fa1707d0e31dace3211c49a84ab7b00b13141ac6dc42a7865b7f447ddaf6
|
|
4
|
+
data.tar.gz: 7aa680fbe397589ba7be2673542f28ac66d64fdd96da153ec1ebb5632bf2d8c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ae1494cd72d982f694a96d32e4abeb06ca0ea98891dd9ec1763f8ee32974c76cfdecdbdce19655fb1e79fabbb9e20e4643175e3d0a355c50c7f55200525aeb8
|
|
7
|
+
data.tar.gz: 5272b763b166cace9b41a3cd5391c56de43ca02a0a9824f93950e227714aaa4e8ff14d7628558f9b07104534163a8150ec14d445bb93e30075af8b396b3345f7
|
data/CHANGELOG.md
CHANGED
|
@@ -137,22 +137,22 @@ module Google
|
|
|
137
137
|
# kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
|
|
138
138
|
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
|
|
139
139
|
# email address that represents a Google group. For example, `admins@example.com`
|
|
140
|
-
# . * `
|
|
141
|
-
#
|
|
142
|
-
#
|
|
143
|
-
#
|
|
144
|
-
# the
|
|
145
|
-
#
|
|
146
|
-
#
|
|
140
|
+
# . * `domain:`domain``: The G Suite domain (primary) that represents all the
|
|
141
|
+
# users of that domain. For example, `google.com` or `example.com`. * `deleted:
|
|
142
|
+
# user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
|
|
143
|
+
# representing a user that has been recently deleted. For example, `alice@
|
|
144
|
+
# example.com?uid=123456789012345678901`. If the user is recovered, this value
|
|
145
|
+
# reverts to `user:`emailid`` and the recovered user retains the role in the
|
|
146
|
+
# binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
|
|
147
|
+
# (plus unique identifier) representing a service account that has been recently
|
|
148
|
+
# deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
|
|
147
149
|
# 123456789012345678901`. If the service account is undeleted, this value
|
|
148
150
|
# reverts to `serviceAccount:`emailid`` and the undeleted service account
|
|
149
151
|
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
|
|
150
152
|
# An email address (plus unique identifier) representing a Google group that has
|
|
151
153
|
# been recently deleted. For example, `admins@example.com?uid=
|
|
152
154
|
# 123456789012345678901`. If the group is recovered, this value reverts to `
|
|
153
|
-
# group:`emailid`` and the recovered group retains the role in the binding.
|
|
154
|
-
# domain:`domain``: The G Suite domain (primary) that represents all the users
|
|
155
|
-
# of that domain. For example, `google.com` or `example.com`.
|
|
155
|
+
# group:`emailid`` and the recovered group retains the role in the binding.
|
|
156
156
|
# Corresponds to the JSON property `members`
|
|
157
157
|
# @return [Array<String>]
|
|
158
158
|
attr_accessor :members
|
|
@@ -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
|
+
GEM_VERSION = "0.33.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.11.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230124"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -156,7 +156,7 @@ module Google
|
|
|
156
156
|
# Deletes a specific schema revision.
|
|
157
157
|
# @param [String] name
|
|
158
158
|
# Required. The name of the schema revision to be deleted, with a revision ID
|
|
159
|
-
# explicitly included. Example: projects/123/schemas/my-schema@c7cfa2a8
|
|
159
|
+
# explicitly included. Example: `projects/123/schemas/my-schema@c7cfa2a8`
|
|
160
160
|
# @param [String] revision_id
|
|
161
161
|
# Required. The revision ID to roll back to. It must be a revision of the same
|
|
162
162
|
# schema. Example: c7cfa2a8
|
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.
|
|
4
|
+
version: 0.33.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: 2023-
|
|
11
|
+
date: 2023-02-12 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.33.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: []
|