google-apis-cloudtasks_v2beta3 0.18.0 → 0.21.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: 9f713d58a56dad15e128876c15d9f4261bfff212e2b30166c99baf578b84ecc4
4
- data.tar.gz: 3cdf00f785122a5b45c0c34da604b152096e99ac88151023f40cd3bd1a3c03bb
3
+ metadata.gz: 4f6a1144bee2cea537628c76f78f9410b4e998d6a35b87969e2132f207b7813c
4
+ data.tar.gz: 40233354398bed169a5e73e8e042d9b6758389137bffc3e38859c54e2df0a1f4
5
5
  SHA512:
6
- metadata.gz: b4b88e799444b9013a568bd94b9ee88def7a4676256092caed14a25709ee24af3ecd755ba30b5477d1dd4abb52803fd88cf63c4c1eed72278311c7128fb7fcb2
7
- data.tar.gz: 6d420e61f3f6ad7a0b2ce73b436920dec055585efa5e97d371213e336af5f5d81381aa1fe10022de18404dd028cda3530f5d7ecb2c4ffa8b03e065dde6e30038
6
+ metadata.gz: 70829cf1f133073625658ffc48f9abf3680b613280b5f5b25fc2ba91934c7763472cd0e1e7e77ae4428ac7c96a2eedce50c955e3f948d9e4d72651a06e6df3c7
7
+ data.tar.gz: a0c8c666c6a303a6b07389ac6cc22e082894df99029fbd2e77a7320036a05cc5d9f937dba0fc74b7bb14c22885723e0ae719c83a18271e6f17b1f5b0b164bdc7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-cloudtasks_v2beta3
2
2
 
3
+ ### v0.21.0 (2022-08-03)
4
+
5
+ * Regenerated from discovery document revision 20220803
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.20.0 (2022-07-01)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.19.0 (2022-06-18)
13
+
14
+ * Regenerated using generator version 0.7.0
15
+
3
16
  ### v0.18.0 (2022-06-04)
4
17
 
5
18
  * Regenerated using generator version 0.5.0
@@ -315,25 +315,28 @@ module Google
315
315
  # anyone who is authenticated with a Google account or a service account. * `
316
316
  # user:`emailid``: An email address that represents a specific Google account.
317
317
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
318
- # address that represents a service account. For example, `my-other-app@appspot.
319
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
320
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
321
- # `uniqueid``: An email address (plus unique identifier) representing a user
322
- # that has been recently deleted. For example, `alice@example.com?uid=
323
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
324
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
325
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
326
- # identifier) representing a service account that has been recently deleted. For
327
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
328
- # If the service account is undeleted, this value reverts to `serviceAccount:`
329
- # emailid`` and the undeleted service account retains the role in the binding. *
330
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
331
- # identifier) representing a Google group that has been recently deleted. For
332
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
333
- # recovered, this value reverts to `group:`emailid`` and the recovered group
334
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
335
- # primary) that represents all the users of that domain. For example, `google.
336
- # com` or `example.com`.
318
+ # address that represents a Google service account. For example, `my-other-app@
319
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
320
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
321
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
322
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
323
+ # . * `group:`emailid``: An email address that represents a Google group. For
324
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
325
+ # email address (plus unique identifier) representing a user that has been
326
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
327
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
328
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
329
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
330
+ # representing a service account that has been recently deleted. For example, `
331
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
332
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
333
+ # and the undeleted service account retains the role in the binding. * `deleted:
334
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
335
+ # representing a Google group that has been recently deleted. For example, `
336
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
337
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
338
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
339
+ # all the users of that domain. For example, `google.com` or `example.com`.
337
340
  # Corresponds to the JSON property `members`
338
341
  # @return [Array<String>]
339
342
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudtasksV2beta3
18
18
  # Version of the google-apis-cloudtasks_v2beta3 gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220520"
25
+ REVISION = "20220803"
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-cloudtasks_v2beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.21.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-06-13 00:00:00.000000000 Z
11
+ date: 2022-08-08 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.5'
19
+ version: '0.7'
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.5'
29
+ version: '0.7'
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-cloudtasks_v2beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2beta3
63
63
  post_install_message:
64
64
  rdoc_options: []