google-apis-cloudscheduler_v1beta1 0.11.0 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5355244c53c6ec2b3020d165414802a976d946929c820c905b8a9ba7f5b365d3
4
- data.tar.gz: d8aeac51fe4bb54ffcdc6a5688ca635d401e1f6d606beb7b0ee59aead4602571
3
+ metadata.gz: 4ebaf06564eba36af98ba53a080594de47c5f443bbdbfdfe57cec6871752bfb4
4
+ data.tar.gz: aec85ba83687e719a4bcd7f3ed775e6bb3557b149e9badb40059933c4fa9a465
5
5
  SHA512:
6
- metadata.gz: b960cebd86c5ec50f05df74b396fa79cb1ec8971979c44cf029ded7fd6b8de2865a13df9a8f93bcf9a560c5350b787c149481ea10651914eed6703fc605e4249
7
- data.tar.gz: bddbe654a3896734fc75d963e10859f505bddde14d15178b83bae133e91ae84e26efe99ffd1e2867392e7baf21783496974dde745f35c11aa6dc013583878027
6
+ metadata.gz: ee4bed31303eacef3bb0acda2f759a9141f1f918c53018180ab477250de220261f4033738a0fc3707ea493599f4a80dabd32e084c7f1f5143eccfbfdbd9d243e
7
+ data.tar.gz: 4f96dd1f20ad01b83d23b9d4162b8ffe9840a469564ecc1d711ae6c04e303e09258d4d77502210ac6e6622ccf60047d103c73d4d77a108d755f77fb2580cb3ce
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudscheduler_v1beta1
2
2
 
3
+ ### v0.12.0 (2022-02-19)
4
+
5
+ * Regenerated from discovery document revision 20220212
6
+
3
7
  ### v0.11.0 (2022-01-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20220106
@@ -143,7 +143,7 @@ module Google
143
143
  # App instance. By default, the job is sent to an instance which is available
144
144
  # when the job is attempted. Requests can only be sent to a specific instance if
145
145
  # [manual scaling is used in App Engine Standard](https://cloud.google.com/
146
- # appengine/docs/python/an-overview-of-app-engine?hl=en_US#
146
+ # appengine/docs/python/an-overview-of-app-engine?#
147
147
  # scaling_types_and_instance_classes). App Engine Flex does not support
148
148
  # instances. For more information, see [App Engine Standard request routing](
149
149
  # https://cloud.google.com/appengine/docs/standard/python/how-requests-are-
@@ -294,7 +294,7 @@ module Google
294
294
  # Cloud Scheduler will retry the job according to the RetryConfig. The allowed
295
295
  # duration for this deadline is: * For HTTP targets, between 15 seconds and 30
296
296
  # minutes. * For App Engine HTTP targets, between 15 seconds and 24 hours 15
297
- # seconds. * For PubSub targets, this field is ignored.
297
+ # seconds. * For Pub/Sub targets, this field is ignored.
298
298
  # Corresponds to the JSON property `attemptDeadline`
299
299
  # @return [String]
300
300
  attr_accessor :attempt_deadline
@@ -358,8 +358,8 @@ module Google
358
358
 
359
359
  # Required, except when used with UpdateJob. Describes the schedule on which the
360
360
  # job will be executed. The schedule can be either of the following types: * [
361
- # Crontab](http://en.wikipedia.org/wiki/Cron#Overview) * English-like [schedule](
362
- # https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) As a
361
+ # Crontab](https://en.wikipedia.org/wiki/Cron#Overview) * English-like [schedule]
362
+ # (https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) As a
363
363
  # general rule, execution `n + 1` of a job will not begin until execution `n`
364
364
  # has finished. Cloud Scheduler will never allow two simultaneously outstanding
365
365
  # executions. For example, this implies that if the `n+1`th execution is
@@ -692,7 +692,7 @@ module Google
692
692
 
693
693
  # Required. The name of the Cloud Pub/Sub topic to which messages will be
694
694
  # published when a job is delivered. The topic name must be in the same format
695
- # as required by PubSub's [PublishRequest.name](https://cloud.google.com/pubsub/
695
+ # as required by Pub/Sub's [PublishRequest.name](https://cloud.google.com/pubsub/
696
696
  # docs/reference/rpc/google.pubsub.v1#publishrequest), for example `projects/
697
697
  # PROJECT_ID/topics/TOPIC_ID`. The topic must be in the same project as the
698
698
  # Cloud Scheduler job.
@@ -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.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220106"
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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.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: 2022-01-17 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
@@ -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.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudscheduler_v1beta1/v0.12.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: []