google-apis-cloudtasks_v2beta3 0.47.0 → 0.48.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: 6df8d506089d44c23b193b9951d43a30921841dad4d29d47873740ec926d540c
|
|
4
|
+
data.tar.gz: 82bc1b557444ecf3f87cd35c2c0a8b194fa32cfc3cb1f2cb79cc5a732ca450f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc66aecb3bf2b20efccbdc4347c5ec578ba9dd80e83ba561ad4a9a8d652e52339e48e8b0cbf518e995f6a20b31ceac6f7888eec109d14664ea72dc3f2b0e5df2
|
|
7
|
+
data.tar.gz: e72bbb610db6b3ae15a50646df5a736768cd9ae6df4ba8081851cc7c09c54a19b8e30d5c587d3edd656aade1c2afb6655b95026c241c202410147ed81c52e843
|
data/CHANGELOG.md
CHANGED
|
@@ -1340,7 +1340,8 @@ module Google
|
|
|
1340
1340
|
# protobuf/google.protobuf/#duration). Queues created by Cloud Tasks have a
|
|
1341
1341
|
# default `task_ttl` of 31 days. . Queues created by queue.yaml/xml have a fixed
|
|
1342
1342
|
# `task_ttl` of the maximum duration, because there is a [storage quota](https://
|
|
1343
|
-
# cloud.google.com/appengine/quotas#Task_Queue) for these
|
|
1343
|
+
# docs.cloud.google.com/appengine/docs/standard/quotas#Task_Queue) for these
|
|
1344
|
+
# queues.
|
|
1344
1345
|
# Corresponds to the JSON property `taskTtl`
|
|
1345
1346
|
# @return [String]
|
|
1346
1347
|
attr_accessor :task_ttl
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.48.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260115"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudtasks_v2beta3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.48.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2beta3/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.48.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2beta3
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|