google-apis-cloudtasks_v2beta3 0.20.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: aa3a5400be90ab89d5843b0a441fbff6e4d2a31b7ba431a727fc40fd5c029714
4
- data.tar.gz: a01e1fa3982647dd7c73fd2e73f899d18dab01e3e5e84c48b63e4bc24cdf55c9
3
+ metadata.gz: 4f6a1144bee2cea537628c76f78f9410b4e998d6a35b87969e2132f207b7813c
4
+ data.tar.gz: 40233354398bed169a5e73e8e042d9b6758389137bffc3e38859c54e2df0a1f4
5
5
  SHA512:
6
- metadata.gz: b2a1b7575002bdb59ffb60653d3ccc6235b3d73a2d9603dfccc73e036f502e4f6ab387626c35f0b823643d0853a834578931baae328d887334c26a57ba175293
7
- data.tar.gz: e20f221fc6333863da500f46cce4f3f7cc8e1a8ea69bb283b6bc17af4a25681dea367c8abae8ad55b1f4bda0698d57b65ab8a9b2e467d1bf2717b4d8f1f5d1ae
6
+ metadata.gz: 70829cf1f133073625658ffc48f9abf3680b613280b5f5b25fc2ba91934c7763472cd0e1e7e77ae4428ac7c96a2eedce50c955e3f948d9e4d72651a06e6df3c7
7
+ data.tar.gz: a0c8c666c6a303a6b07389ac6cc22e082894df99029fbd2e77a7320036a05cc5d9f937dba0fc74b7bb14c22885723e0ae719c83a18271e6f17b1f5b0b164bdc7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.20.0 (2022-07-01)
4
9
 
5
10
  * Regenerated using generator version 0.8.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.20.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.8.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.20.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-07-04 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_v2beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.20.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: []