google-apis-cloudtasks_v2beta2 0.21.0 → 0.24.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b6e0218118a6c56944d4882b5da1b052343dbadb771422b1e344cc66c0eda2f3
|
4
|
+
data.tar.gz: 3caf468950ab516b52e01e5cd03c04cd6e1e96e3fbe06040611cf101150c6aad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00badd17cdb52c066f5fe1fa0951181610aff174a1e4585a572a6ac11200d485d01570c9e66730b72afb8cc5de6c19c9336b8e7c8b230b7d7278b535aad1d7a7
|
7
|
+
data.tar.gz: 73a3b06927815aaa5b5e28a65bc7a909a517283aea6effff5cefefee497ae24cace5618d9423df379e91470bb0ff67744721ca9eca50031ac9a1a48799e4344f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-cloudtasks_v2beta2
|
2
2
|
|
3
|
+
### v0.24.0 (2022-08-25)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220825
|
6
|
+
|
7
|
+
### v0.23.0 (2022-08-03)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220803
|
10
|
+
|
11
|
+
### v0.22.0 (2022-07-24)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220722
|
14
|
+
|
3
15
|
### v0.21.0 (2022-07-14)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220713
|
@@ -353,28 +353,33 @@ module Google
|
|
353
353
|
# members` can have the following values: * `allUsers`: A special identifier
|
354
354
|
# that represents anyone who is on the internet; with or without a Google
|
355
355
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
356
|
-
# anyone who is authenticated with a Google account or a service account.
|
357
|
-
#
|
358
|
-
#
|
359
|
-
#
|
360
|
-
#
|
361
|
-
#
|
362
|
-
# `
|
363
|
-
#
|
364
|
-
#
|
365
|
-
#
|
366
|
-
#
|
367
|
-
#
|
368
|
-
# example, `
|
369
|
-
# If the
|
370
|
-
# emailid`` and the
|
371
|
-
# `deleted:
|
372
|
-
# identifier) representing a
|
373
|
-
# example, `
|
374
|
-
#
|
375
|
-
#
|
376
|
-
#
|
377
|
-
#
|
356
|
+
# anyone who is authenticated with a Google account or a service account. Does
|
357
|
+
# not include identities that come from external identity providers (IdPs)
|
358
|
+
# through identity federation. * `user:`emailid``: An email address that
|
359
|
+
# represents a specific Google account. For example, `alice@example.com` . * `
|
360
|
+
# serviceAccount:`emailid``: An email address that represents a Google service
|
361
|
+
# account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
|
362
|
+
# serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
|
363
|
+
# identifier for a [Kubernetes service account](https://cloud.google.com/
|
364
|
+
# kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
|
365
|
+
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
|
366
|
+
# email address that represents a Google group. For example, `admins@example.com`
|
367
|
+
# . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
|
368
|
+
# identifier) representing a user that has been recently deleted. For example, `
|
369
|
+
# alice@example.com?uid=123456789012345678901`. If the user is recovered, this
|
370
|
+
# value reverts to `user:`emailid`` and the recovered user retains the role in
|
371
|
+
# the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
|
372
|
+
# address (plus unique identifier) representing a service account that has been
|
373
|
+
# recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
|
374
|
+
# 123456789012345678901`. If the service account is undeleted, this value
|
375
|
+
# reverts to `serviceAccount:`emailid`` and the undeleted service account
|
376
|
+
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
|
377
|
+
# An email address (plus unique identifier) representing a Google group that has
|
378
|
+
# been recently deleted. For example, `admins@example.com?uid=
|
379
|
+
# 123456789012345678901`. If the group is recovered, this value reverts to `
|
380
|
+
# group:`emailid`` and the recovered group retains the role in the binding. * `
|
381
|
+
# domain:`domain``: The G Suite domain (primary) that represents all the users
|
382
|
+
# of that domain. For example, `google.com` or `example.com`.
|
378
383
|
# Corresponds to the JSON property `members`
|
379
384
|
# @return [Array<String>]
|
380
385
|
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.
|
19
|
+
GEM_VERSION = "0.24.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 = "
|
25
|
+
REVISION = "20220825"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -122,10 +122,12 @@ module Google
|
|
122
122
|
execute_or_queue_command(command, &block)
|
123
123
|
end
|
124
124
|
|
125
|
-
#
|
126
|
-
#
|
127
|
-
#
|
128
|
-
#
|
125
|
+
# Note: This feature is in its experimental stage. You must request access to
|
126
|
+
# the API through the [Cloud Tasks BufferQueues Experiment Signup form](https://
|
127
|
+
# forms.gle/X8Zr5hiXH5tTGFqh8). Creates and buffers a new task without the need
|
128
|
+
# to explicitly define a Task message. The queue must be an http queue (i.e.,
|
129
|
+
# must have HTTP target). This method is used for a simplified application of
|
130
|
+
# Cloud Tasks queues in buffer and rate limitting HTTP requests.
|
129
131
|
# @param [String] name
|
130
132
|
# Required. The queue name. For example: `projects/PROJECT_ID/locations/
|
131
133
|
# LOCATION_ID/queues/QUEUE_ID` The queue must already exist.
|
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.
|
4
|
+
version: 0.24.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-
|
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_v2beta2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta2/v0.24.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: []
|