google-apis-pubsub_v1 0.32.0 → 0.33.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: 6759bb496a056651637ba50365712983d94d652b98dedf985e2ca4ad2fef5443
4
- data.tar.gz: 980d54650d3b21c6149c02930312dc4e39c1fb1ea7db36f0c4c572e212cb9ab3
3
+ metadata.gz: ac77fa1707d0e31dace3211c49a84ab7b00b13141ac6dc42a7865b7f447ddaf6
4
+ data.tar.gz: 7aa680fbe397589ba7be2673542f28ac66d64fdd96da153ec1ebb5632bf2d8c9
5
5
  SHA512:
6
- metadata.gz: eed261402004ca0483b4e11bdaaaa7028cd3dea4515bf64c16cf32fe4dcbb0fbee9ce790f2e15472db0f41662ca105b3830ce56d4f91d641074fb6d7a59138a0
7
- data.tar.gz: 931b645d4cc4faee3dd180aae54f29ef3a90a07231a0cd0839796265bd3b84a372c1d5583bb51300eaa3ed8e28c87ab32bd7d356ff48f1885037952039921ba1
6
+ metadata.gz: 3ae1494cd72d982f694a96d32e4abeb06ca0ea98891dd9ec1763f8ee32974c76cfdecdbdce19655fb1e79fabbb9e20e4643175e3d0a355c50c7f55200525aeb8
7
+ data.tar.gz: 5272b763b166cace9b41a3cd5391c56de43ca02a0a9824f93950e227714aaa4e8ff14d7628558f9b07104534163a8150ec14d445bb93e30075af8b396b3345f7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-pubsub_v1
2
2
 
3
+ ### v0.33.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230124
6
+
3
7
  ### v0.32.0 (2023-01-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20230112
@@ -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
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
141
- # identifier) representing a user that has been recently deleted. For example, `
142
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
143
- # value reverts to `user:`emailid`` and the recovered user retains the role in
144
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
145
- # address (plus unique identifier) representing a service account that has been
146
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
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.32.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 = "20230112"
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.32.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-01-22 00:00:00.000000000 Z
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.32.0
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: []