google-apis-cloudscheduler_v1 0.8.0 → 0.12.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: 596ad731e2b39455a428b8566643475aa9085ab082cac83d1891468ca4d5ed34
4
- data.tar.gz: 43945027702602122b209875019f77d3613ce5c78afc39c04d5dbbc2c342d60e
3
+ metadata.gz: a67949dde57e5a0fccf707bd8321f71b768881d0cd9bb66fd2d93888f2dbe79c
4
+ data.tar.gz: 1fe12a2b4729e834b99dd805cf5eb1368610f51e7917752533122fad5ece38b3
5
5
  SHA512:
6
- metadata.gz: 2f999a1ddcb0300ddc676cbf9b59365e6c9a9aa4977e9024e7fd49b8b38d71429daa81997298d113cdfbc0d8b1f9d2837173c6aa827eb31c8784342dcbae83b7
7
- data.tar.gz: 60efb6a2a293cc006d53b419fb21e7404f7d51718da55f2e6ee8deec7463dd76d28f7644c543e566286838bd4d784b34b0209795104cb086fc8c1dd0fc30f34b
6
+ metadata.gz: 354a763fcdea970137e9d14113a5afd38a9be17e7c8a294bbcddddf545fd7cd8e6e09fbe51e3deb3d560a7bdd10aa9915027c03c768a4d4eafdc8edcc701fc1f
7
+ data.tar.gz: 1eeb366a7e039983cbacaf498143895b8907e927cbfd27b382cfe0978ed67002f7be2ba03c73c83cf94b9ca32019fbc6836adef8e49435666c4ab959a8685058
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-cloudscheduler_v1
2
2
 
3
+ ### v0.12.0 (2022-02-19)
4
+
5
+ * Regenerated from discovery document revision 20220212
6
+
7
+ ### v0.11.0 (2022-01-13)
8
+
9
+ * Regenerated from discovery document revision 20220106
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.10.0 (2021-12-16)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.9.0 (2021-10-20)
17
+
18
+ * Unspecified changes
19
+
3
20
  ### v0.8.0 (2021-08-24)
4
21
 
5
22
  * Regenerated from discovery document revision 20210816
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/cloudscheduler_v1"
51
51
  client = Google::Apis::CloudschedulerV1::CloudSchedulerService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Cloudscheduler service in particular.)
67
67
 
@@ -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
@@ -140,7 +143,7 @@ module Google
140
143
  # App instance. By default, the job is sent to an instance which is available
141
144
  # when the job is attempted. Requests can only be sent to a specific instance if
142
145
  # [manual scaling is used in App Engine Standard](https://cloud.google.com/
143
- # appengine/docs/python/an-overview-of-app-engine?hl=en_US#
146
+ # appengine/docs/python/an-overview-of-app-engine?#
144
147
  # scaling_types_and_instance_classes). App Engine Flex does not support
145
148
  # instances. For more information, see [App Engine Standard request routing](
146
149
  # https://cloud.google.com/appengine/docs/standard/python/how-requests-are-
@@ -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,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
@@ -341,8 +349,8 @@ module Google
341
349
 
342
350
  # Required, except when used with UpdateJob. Describes the schedule on which the
343
351
  # job will be executed. The schedule can be either of the following types: * [
344
- # Crontab](http://en.wikipedia.org/wiki/Cron#Overview) * English-like [schedule](
345
- # https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) As a
352
+ # Crontab](https://en.wikipedia.org/wiki/Cron#Overview) * English-like [schedule]
353
+ # (https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) As a
346
354
  # general rule, execution `n + 1` of a job will not begin until execution `n`
347
355
  # has finished. Cloud Scheduler will never allow two simultaneously outstanding
348
356
  # executions. For example, this implies that if the `n+1`th execution is
@@ -674,7 +682,7 @@ module Google
674
682
 
675
683
  # Required. The name of the Cloud Pub/Sub topic to which messages will be
676
684
  # published when a job is delivered. The topic name must be in the same format
677
- # as required by PubSub's [PublishRequest.name](https://cloud.google.com/pubsub/
685
+ # as required by Pub/Sub's [PublishRequest.name](https://cloud.google.com/pubsub/
678
686
  # docs/reference/rpc/google.pubsub.v1#publishrequest), for example `projects/
679
687
  # PROJECT_ID/topics/TOPIC_ID`. The topic must be in the same project as the
680
688
  # Cloud Scheduler job.
@@ -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.8.0"
19
+ GEM_VERSION = "0.12.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 = "20220212"
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.8.0
4
+ version: 0.12.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: 2021-08-30 00:00:00.000000000 Z
11
+ date: 2022-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudscheduler_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudscheduler_v1/v0.8.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudscheduler_v1
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.12.0
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: []
65
65
  require_paths:
@@ -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.2.17
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