google-apis-cloudtasks_v2beta2 0.22.0 → 0.23.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82835216c8f96bf1c1d73292191c97ed164392af425ab96460b8bc5b77efb2c6
4
- data.tar.gz: ace0961d04097d9e3e56ded7cdb9f47f142bee310cec2f2eb02f084e69d344b0
3
+ metadata.gz: 1d8d763672a671a78e097d803042eba67392bf4235d88512d0b43d524c5c4378
4
+ data.tar.gz: 98050c845792f2378f2d07f6e4d880db642d2b3a5131324d1fd28e4c6b9614b4
5
5
  SHA512:
6
- metadata.gz: 348118448c41dae7875368d3f9c13566da641045bbd0684ec2a4b2276b4e588edd51c2eea923eaa5d4129e2a151bbb76b04f3dc942037fb2e35e34d316c38f13
7
- data.tar.gz: a68016ec6f77a107a3e6bd97ea95ba294c1c8d0e8b275cc2949a5de8d8398e28c5affd25f6fd18ab8df7ba69bc2792b0bd30d51ed71d0d937d9e612ea0367fa7
6
+ metadata.gz: 8b4734b497d8d52ac23a8261fce5dd4c2be2795e7804b9d95875b3a48dc800d737cc9d18b354d38b14e7aad55a266472b11ceb953332c3f487807f03908aee65
7
+ data.tar.gz: d8a354731d94bcfdf8f173c919195888d34331b3294e03aa07ad4a283503dec034c9f5be40023b01e29fc3f93ff638d1820a6d307bc764a0d43d19d33bd832c0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudtasks_v2beta2
2
2
 
3
+ ### v0.23.0 (2022-08-03)
4
+
5
+ * Regenerated from discovery document revision 20220803
6
+
3
7
  ### v0.22.0 (2022-07-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20220722
@@ -356,25 +356,28 @@ module Google
356
356
  # anyone who is authenticated with a Google account or a service account. * `
357
357
  # user:`emailid``: An email address that represents a specific Google account.
358
358
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
359
- # address that represents a service account. For example, `my-other-app@appspot.
360
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
361
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
362
- # `uniqueid``: An email address (plus unique identifier) representing a user
363
- # that has been recently deleted. For example, `alice@example.com?uid=
364
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
365
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
366
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
367
- # identifier) representing a service account that has been recently deleted. For
368
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
369
- # If the service account is undeleted, this value reverts to `serviceAccount:`
370
- # emailid`` and the undeleted service account retains the role in the binding. *
371
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
372
- # identifier) representing a Google group that has been recently deleted. For
373
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
374
- # recovered, this value reverts to `group:`emailid`` and the recovered group
375
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
376
- # primary) that represents all the users of that domain. For example, `google.
377
- # com` or `example.com`.
359
+ # address that represents a Google service account. For example, `my-other-app@
360
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
361
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
362
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
363
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
364
+ # . * `group:`emailid``: An email address that represents a Google group. For
365
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
366
+ # email address (plus unique identifier) representing a user that has been
367
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
368
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
369
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
370
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
371
+ # representing a service account that has been recently deleted. For example, `
372
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
373
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
374
+ # and the undeleted service account retains the role in the binding. * `deleted:
375
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
376
+ # representing a Google group that has been recently deleted. For example, `
377
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
378
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
379
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
380
+ # all the users of that domain. For example, `google.com` or `example.com`.
378
381
  # Corresponds to the JSON property `members`
379
382
  # @return [Array<String>]
380
383
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudtasksV2beta2
18
18
  # Version of the google-apis-cloudtasks_v2beta2 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.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 = "20220722"
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_v2beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.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-07-25 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
@@ -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_v2beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta2/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta2/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2beta2
63
63
  post_install_message:
64
64
  rdoc_options: []