google-apis-pubsub_v1 0.32.0 → 0.34.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: 3419c7579a46e924236a153780587d0b97711bad24655cbff20d0e8be70ac9d8
4
+ data.tar.gz: '05558d5083b46349c00acfbc028ac1789486cf05a4cbebcdb4593cf0e2541c08'
5
5
  SHA512:
6
- metadata.gz: eed261402004ca0483b4e11bdaaaa7028cd3dea4515bf64c16cf32fe4dcbb0fbee9ce790f2e15472db0f41662ca105b3830ce56d4f91d641074fb6d7a59138a0
7
- data.tar.gz: 931b645d4cc4faee3dd180aae54f29ef3a90a07231a0cd0839796265bd3b84a372c1d5583bb51300eaa3ed8e28c87ab32bd7d356ff48f1885037952039921ba1
6
+ metadata.gz: 6267e919f800c89cb3957810f1087f182ca61d8c601c20f57da48f06ac1f53e35e1b74d5f450e3c4c768a92d763e567a13a5c0af3973f9078c669e86fce75146
7
+ data.tar.gz: 3b598f99d9e2f57d95641534531cf6cc8e9a4b7bdb19ee405895018e2f436faa72f247db5b4041548c91d5ef2789376fc1e8aaab2d8b72591b2a9fe63b9d345b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-pubsub_v1
2
2
 
3
+ ### v0.34.0 (2023-02-15)
4
+
5
+ * Regenerated using generator version 0.12.0
6
+
7
+ ### v0.33.0 (2023-02-12)
8
+
9
+ * Regenerated from discovery document revision 20230124
10
+
3
11
  ### v0.32.0 (2023-01-22)
4
12
 
5
13
  * 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.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
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.34.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-19 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.1
19
+ version: 0.11.0
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.1
29
+ version: 0.11.0
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_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.34.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: []