google-apis-cloudscheduler_v1beta1 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: b44038a6c85a246997d3593c4892f7a0f5789b9fecc2f4f382a81e5430616389
4
- data.tar.gz: b46f0ac7ad210aa0591bd4cd91ee0d6a45c3c2225368c499e044a4fa8f38a90f
3
+ metadata.gz: 5355244c53c6ec2b3020d165414802a976d946929c820c905b8a9ba7f5b365d3
4
+ data.tar.gz: d8aeac51fe4bb54ffcdc6a5688ca635d401e1f6d606beb7b0ee59aead4602571
5
5
  SHA512:
6
- metadata.gz: e056dd45539e7d9f17ec58271ab9d27e71f0046567ac7644efeddd825fd29d4fb631b5b5d9a4a41664f4287d4932290d4aca5c9d8dd9c3bc210bbed2ad8feeeb
7
- data.tar.gz: 2b0e97f561b095d706ea586427b9e472c720e26ebad0046d418b3a9584014d6ecd30688f769707566811df167b88cdfd71bee8110055f1301a53bc810cdac390
6
+ metadata.gz: b960cebd86c5ec50f05df74b396fa79cb1ec8971979c44cf029ded7fd6b8de2865a13df9a8f93bcf9a560c5350b787c149481ea10651914eed6703fc605e4249
7
+ data.tar.gz: bddbe654a3896734fc75d963e10859f505bddde14d15178b83bae133e91ae84e26efe99ffd1e2867392e7baf21783496974dde745f35c11aa6dc013583878027
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudscheduler_v1beta1
2
2
 
3
+ ### v0.11.0 (2022-01-13)
4
+
5
+ * Regenerated from discovery document revision 20220106
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.10.0 (2021-12-16)
4
9
 
5
10
  * Unspecified changes
@@ -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. If the job has an body, Cloud Scheduler sets the
62
- # following headers: * `Content-Type`: By default, the `Content-Type` header is
63
- # set to `"application/octet-stream"`. The default can be overridden by
64
- # explictly setting `Content-Type` to a particular media type when the job is
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. The total size of headers must be less than 80KB.
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 100KB.
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,8 +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. * For
290
- # PubSub targets, this field is ignored.
296
+ # minutes. * For App Engine HTTP targets, between 15 seconds and 24 hours 15
297
+ # seconds. * For PubSub targets, this field is ignored.
291
298
  # Corresponds to the JSON property `attemptDeadline`
292
299
  # @return [String]
293
300
  attr_accessor :attempt_deadline
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudschedulerV1beta1
18
18
  # Version of the google-apis-cloudscheduler_v1beta1 gem
19
- GEM_VERSION = "0.10.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.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210816"
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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.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-10 00:00:00.000000000 Z
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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudscheduler_v1beta1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudscheduler_v1beta1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudscheduler_v1beta1
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.4
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 V1beta1