google-apis-cloudscheduler_v1 0.10.0 → 0.11.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: 04c3ba5b4b2f76cf48c48ec49af8214db29a9549ac39d447431bb43260f26345
|
4
|
+
data.tar.gz: 06e2e1cf45a46342203492e04d16f282f96d183af71ba09d0510511d77ff6eb6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f38c6341a89c99d1aa13075dd9faeb314255db8f1de5a9109477b985026adee25fd023191ef8e63f3a50b095087f9ac07d429278cab2d9f96cdb68246dc922f
|
7
|
+
data.tar.gz: 31743be97028a1ad9b71deb9f9e1ef0696fdc2c833ad3453912214350d3cc07d50b186a38a5e46f9de8cb2d94a78cad97ac036af28489a0c3ed9bcdd1a7867ab
|
data/CHANGELOG.md
CHANGED
@@ -58,10 +58,13 @@ module Google
|
|
58
58
|
# Google; (+http://code.google.com/appengine)"`. This header can be modified,
|
59
59
|
# but Cloud Scheduler will append `"AppEngine-Google; (+http://code.google.com/
|
60
60
|
# appengine)"` to the modified `User-Agent`. * `X-CloudScheduler`: This header
|
61
|
-
# will be set to true.
|
62
|
-
#
|
63
|
-
#
|
64
|
-
#
|
61
|
+
# will be set to true. * `X-CloudScheduler-JobName`: This header will contain
|
62
|
+
# the job name. * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs
|
63
|
+
# specified in the unix-cron format, this header will contain the job schedule
|
64
|
+
# time in RFC3339 UTC "Zulu" format. If the job has an body, Cloud Scheduler
|
65
|
+
# sets the following headers: * `Content-Type`: By default, the `Content-Type`
|
66
|
+
# header is set to `"application/octet-stream"`. The default can be overridden
|
67
|
+
# by explictly setting `Content-Type` to a particular media type when the job is
|
65
68
|
# created. For example, `Content-Type` can be set to `"application/json"`. * `
|
66
69
|
# Content-Length`: This is computed by Cloud Scheduler. This value is output
|
67
70
|
# only. It cannot be changed. The headers below are output only. They cannot be
|
@@ -217,7 +220,11 @@ module Google
|
|
217
220
|
# Scheduler and derived from uri. * `Content-Length`: This will be computed by
|
218
221
|
# Cloud Scheduler. * `User-Agent`: This will be set to `"Google-Cloud-Scheduler"`
|
219
222
|
# . * `X-Google-*`: Google internal use only. * `X-AppEngine-*`: Google internal
|
220
|
-
# use only.
|
223
|
+
# use only. * `X-CloudScheduler`: This header will be set to true. * `X-
|
224
|
+
# CloudScheduler-JobName`: This header will contain the job name. * `X-
|
225
|
+
# CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in the unix-
|
226
|
+
# cron format, this header will contain the job schedule time in RFC3339 UTC "
|
227
|
+
# Zulu" format. The total size of headers must be less than 80KB.
|
221
228
|
# Corresponds to the JSON property `headers`
|
222
229
|
# @return [Hash<String,String>]
|
223
230
|
attr_accessor :headers
|
@@ -266,7 +273,7 @@ module Google
|
|
266
273
|
end
|
267
274
|
end
|
268
275
|
|
269
|
-
# Configuration for a job. The maximum allowed size for a job is
|
276
|
+
# Configuration for a job. The maximum allowed size for a job is 1MB.
|
270
277
|
class Job
|
271
278
|
include Google::Apis::Core::Hashable
|
272
279
|
|
@@ -286,7 +293,8 @@ module Google
|
|
286
293
|
# DEADLINE_EXCEEDED` failure. The failed attempt can be viewed in execution logs.
|
287
294
|
# Cloud Scheduler will retry the job according to the RetryConfig. The allowed
|
288
295
|
# duration for this deadline is: * For HTTP targets, between 15 seconds and 30
|
289
|
-
# minutes. * For App Engine HTTP targets, between 15 seconds and 24 hours
|
296
|
+
# minutes. * For App Engine HTTP targets, between 15 seconds and 24 hours 15
|
297
|
+
# seconds.
|
290
298
|
# Corresponds to the JSON property `attemptDeadline`
|
291
299
|
# @return [String]
|
292
300
|
attr_accessor :attempt_deadline
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudschedulerV1
|
18
18
|
# Version of the google-apis-cloudscheduler_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220106"
|
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-cloudscheduler_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.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-01-
|
11
|
+
date: 2022-01-17 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-cloudscheduler_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudscheduler_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudscheduler_v1/v0.11.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudscheduler_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.3.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Scheduler API V1
|