google-apis-cloudtasks_v2beta3 0.21.0 → 0.22.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: 4f6a1144bee2cea537628c76f78f9410b4e998d6a35b87969e2132f207b7813c
4
- data.tar.gz: 40233354398bed169a5e73e8e042d9b6758389137bffc3e38859c54e2df0a1f4
3
+ metadata.gz: 8c2e6c28288ad1047909db2e4e67438841c00ebd78bc89d5026de3582ecc8efe
4
+ data.tar.gz: 6672d0a267d3f4d2cc36ac7776882e3c6447ff07b8ce6f305ea21316a85fb21d
5
5
  SHA512:
6
- metadata.gz: 70829cf1f133073625658ffc48f9abf3680b613280b5f5b25fc2ba91934c7763472cd0e1e7e77ae4428ac7c96a2eedce50c955e3f948d9e4d72651a06e6df3c7
7
- data.tar.gz: a0c8c666c6a303a6b07389ac6cc22e082894df99029fbd2e77a7320036a05cc5d9f937dba0fc74b7bb14c22885723e0ae719c83a18271e6f17b1f5b0b164bdc7
6
+ metadata.gz: 5a9ef10606bee60bf9ffd951216df298df4cfcb7db461fb9b7959aa259fe15bbeb6975096e3475dca33998f9827c3c4d8c7490b1365dd9cc637df3dbe3503db5
7
+ data.tar.gz: 22179dd077de0f2b77f513955c791aa9eabaa5eb55f3ef71266268ee4ebc4cf412cdbbd00b71385934ddb9236a47dc1a6bfaa81f40c44fc027e45898bc193173
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudtasks_v2beta3
2
2
 
3
+ ### v0.22.0 (2022-08-25)
4
+
5
+ * Regenerated from discovery document revision 20220825
6
+
3
7
  ### v0.21.0 (2022-08-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20220803
@@ -312,31 +312,33 @@ module Google
312
312
  # members` can have the following values: * `allUsers`: A special identifier
313
313
  # that represents anyone who is on the internet; with or without a Google
314
314
  # account. * `allAuthenticatedUsers`: A special identifier that represents
315
- # anyone who is authenticated with a Google account or a service account. * `
316
- # user:`emailid``: An email address that represents a specific Google account.
317
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
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`.
315
+ # anyone who is authenticated with a Google account or a service account. Does
316
+ # not include identities that come from external identity providers (IdPs)
317
+ # through identity federation. * `user:`emailid``: An email address that
318
+ # represents a specific Google account. For example, `alice@example.com` . * `
319
+ # serviceAccount:`emailid``: An email address that represents a Google service
320
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
321
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
322
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
323
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
324
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
325
+ # email address that represents a Google group. For example, `admins@example.com`
326
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
327
+ # identifier) representing a user that has been recently deleted. For example, `
328
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
329
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
330
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
331
+ # address (plus unique identifier) representing a service account that has been
332
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
333
+ # 123456789012345678901`. If the service account is undeleted, this value
334
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
335
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
336
+ # An email address (plus unique identifier) representing a Google group that has
337
+ # been recently deleted. For example, `admins@example.com?uid=
338
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
339
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
340
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
341
+ # of that domain. For example, `google.com` or `example.com`.
340
342
  # Corresponds to the JSON property `members`
341
343
  # @return [Array<String>]
342
344
  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.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220803"
25
+ REVISION = "20220825"
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.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-08-08 00:00:00.000000000 Z
11
+ date: 2022-08-29 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-cloudtasks_v2beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.22.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: []