google-apis-cloudtasks_v2beta2 0.21.0 → 0.22.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 82835216c8f96bf1c1d73292191c97ed164392af425ab96460b8bc5b77efb2c6
|
|
4
|
+
data.tar.gz: ace0961d04097d9e3e56ded7cdb9f47f142bee310cec2f2eb02f084e69d344b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 348118448c41dae7875368d3f9c13566da641045bbd0684ec2a4b2276b4e588edd51c2eea923eaa5d4129e2a151bbb76b04f3dc942037fb2e35e34d316c38f13
|
|
7
|
+
data.tar.gz: a68016ec6f77a107a3e6bd97ea95ba294c1c8d0e8b275cc2949a5de8d8398e28c5affd25f6fd18ab8df7ba69bc2792b0bd30d51ed71d0d937d9e612ea0367fa7
|
data/CHANGELOG.md
CHANGED
|
@@ -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.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 = "
|
|
25
|
+
REVISION = "20220722"
|
|
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.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-07-
|
|
11
|
+
date: 2022-07-25 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.22.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: []
|