google-apis-cloudscheduler_v1 0.7.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: 3110c5b0fbfeedfb824dde84f9a3c3353a513e60f2b43c11fc624c586371f00f
4
- data.tar.gz: b0d318e03399846c167ab43e938dd34f3f6a89da9a4cfdfdadcc4603c64f0b2b
3
+ metadata.gz: 04c3ba5b4b2f76cf48c48ec49af8214db29a9549ac39d447431bb43260f26345
4
+ data.tar.gz: 06e2e1cf45a46342203492e04d16f282f96d183af71ba09d0510511d77ff6eb6
5
5
  SHA512:
6
- metadata.gz: f72e3fad1b1e858252b499b2fe5b69eb9a8d08686c013e3dc79141980c6d9ad557759ecd330f103afcac017f860a272fd95ae6065f3243e478729afc3de29955
7
- data.tar.gz: d996a192c16c2826f6c3589ebf5809f28b45f5ebb18a363e0600e6905c0a42b6d78a76b69e257ac5fbf4147c57cdb6fc44a6f4ae440be426cbe93886fe6aed66
6
+ metadata.gz: 9f38c6341a89c99d1aa13075dd9faeb314255db8f1de5a9109477b985026adee25fd023191ef8e63f3a50b095087f9ac07d429278cab2d9f96cdb68246dc922f
7
+ data.tar.gz: 31743be97028a1ad9b71deb9f9e1ef0696fdc2c833ad3453912214350d3cc07d50b186a38a5e46f9de8cb2d94a78cad97ac036af28489a0c3ed9bcdd1a7867ab
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-cloudscheduler_v1
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
+
8
+ ### v0.10.0 (2021-12-16)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.9.0 (2021-10-20)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.8.0 (2021-08-24)
17
+
18
+ * Regenerated from discovery document revision 20210816
19
+
3
20
  ### v0.7.0 (2021-06-29)
4
21
 
5
22
  * Regenerated using generator version 0.4.0
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
@@ -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
@@ -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.7.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 = "20210420"
25
+ REVISION = "20220106"
26
26
  end
27
27
  end
28
28
  end
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  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.7.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: 2021-07-05 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
@@ -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.7.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.11.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