google-apis-cloudscheduler_v1 0.10.0 → 0.13.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: f16f64a97b2e4dfdbf325d30d1bdee6819a43bcb3bf02b03e6bd1d64ad638395
4
- data.tar.gz: 4312ae4c8e0d74ce51a0247bc93f4b454e42d5d5cf88053d8b5d1d8a15b553cf
3
+ metadata.gz: 2c10fb1c64973cc3422a7cb395dfe9a1388f971d1cae1bf69230275c257f1584
4
+ data.tar.gz: 51cf6401b6ab056ddfa137978f5c3f507a0aa39177bfb36951adbbe0efd6164f
5
5
  SHA512:
6
- metadata.gz: 517c865221682f842f27ed59aa89883359361f0394ca66cfd35b4518e40bab796bce32207f49851a2556ad5d01badba5b404c0aae24e3b42a2a6d05ca2e9337f
7
- data.tar.gz: 9aff230a47920611ea30ef1e2fd19be1206ca1889ad858792a783850e319c8cc7b2cbaab1b3dd89a8a2847baa79748cd2b9c53e015303d8e78971cd2a9ef925f
6
+ metadata.gz: 9745ae5512e5532e531db527f1eef23507c50f04c4adf7d5355c6dde5a50d3b9fb3bcfbdb2471383a541eba1a668bd0c2bd88c8078af4fe0b4c370f2155b325d
7
+ data.tar.gz: 501e557040e4ee72c1617e8ac7ed200f95a02fc2d308c52057afa9d553dcdb1a4f2048d52ba7221b92186df3034afd5b4f836eca986a07c7cc9e6e4d0159fcf7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-cloudscheduler_v1
2
2
 
3
+ ### v0.13.0 (2022-03-29)
4
+
5
+ * Regenerated from discovery document revision 20220321
6
+
7
+ ### v0.12.0 (2022-02-19)
8
+
9
+ * Regenerated from discovery document revision 20220212
10
+
11
+ ### v0.11.0 (2022-01-13)
12
+
13
+ * Regenerated from discovery document revision 20220106
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.10.0 (2021-12-16)
4
17
 
5
18
  * 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
@@ -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-
@@ -178,8 +181,7 @@ module Google
178
181
  # A generic empty message that you can re-use to avoid defining duplicated empty
179
182
  # messages in your APIs. A typical example is to use it as the request or the
180
183
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
181
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
182
- # `Empty` is empty JSON object ````.
184
+ # protobuf.Empty) returns (google.protobuf.Empty); `
183
185
  class Empty
184
186
  include Google::Apis::Core::Hashable
185
187
 
@@ -217,7 +219,11 @@ module Google
217
219
  # Scheduler and derived from uri. * `Content-Length`: This will be computed by
218
220
  # Cloud Scheduler. * `User-Agent`: This will be set to `"Google-Cloud-Scheduler"`
219
221
  # . * `X-Google-*`: Google internal use only. * `X-AppEngine-*`: Google internal
220
- # use only. The total size of headers must be less than 80KB.
222
+ # use only. * `X-CloudScheduler`: This header will be set to true. * `X-
223
+ # CloudScheduler-JobName`: This header will contain the job name. * `X-
224
+ # CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in the unix-
225
+ # cron format, this header will contain the job schedule time in RFC3339 UTC "
226
+ # Zulu" format. The total size of headers must be less than 80KB.
221
227
  # Corresponds to the JSON property `headers`
222
228
  # @return [Hash<String,String>]
223
229
  attr_accessor :headers
@@ -266,7 +272,7 @@ module Google
266
272
  end
267
273
  end
268
274
 
269
- # Configuration for a job. The maximum allowed size for a job is 100KB.
275
+ # Configuration for a job. The maximum allowed size for a job is 1MB.
270
276
  class Job
271
277
  include Google::Apis::Core::Hashable
272
278
 
@@ -286,7 +292,8 @@ module Google
286
292
  # DEADLINE_EXCEEDED` failure. The failed attempt can be viewed in execution logs.
287
293
  # Cloud Scheduler will retry the job according to the RetryConfig. The allowed
288
294
  # 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.
295
+ # minutes. * For App Engine HTTP targets, between 15 seconds and 24 hours 15
296
+ # seconds.
290
297
  # Corresponds to the JSON property `attemptDeadline`
291
298
  # @return [String]
292
299
  attr_accessor :attempt_deadline
@@ -341,8 +348,8 @@ module Google
341
348
 
342
349
  # Required, except when used with UpdateJob. Describes the schedule on which the
343
350
  # 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
351
+ # Crontab](https://en.wikipedia.org/wiki/Cron#Overview) * English-like [schedule]
352
+ # (https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) As a
346
353
  # general rule, execution `n + 1` of a job will not begin until execution `n`
347
354
  # has finished. Cloud Scheduler will never allow two simultaneously outstanding
348
355
  # executions. For example, this implies that if the `n+1`th execution is
@@ -674,7 +681,7 @@ module Google
674
681
 
675
682
  # Required. The name of the Cloud Pub/Sub topic to which messages will be
676
683
  # 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/
684
+ # as required by Pub/Sub's [PublishRequest.name](https://cloud.google.com/pubsub/
678
685
  # docs/reference/rpc/google.pubsub.v1#publishrequest), for example `projects/
679
686
  # PROJECT_ID/topics/TOPIC_ID`. The topic must be in the same project as the
680
687
  # 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.10.0"
19
+ GEM_VERSION = "0.13.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 = "20220321"
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.10.0
4
+ version: 0.13.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-04-04 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.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudscheduler_v1/v0.13.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.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 V1