google-apis-cloudscheduler_v1 0.11.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: 04c3ba5b4b2f76cf48c48ec49af8214db29a9549ac39d447431bb43260f26345
4
- data.tar.gz: 06e2e1cf45a46342203492e04d16f282f96d183af71ba09d0510511d77ff6eb6
3
+ metadata.gz: a67949dde57e5a0fccf707bd8321f71b768881d0cd9bb66fd2d93888f2dbe79c
4
+ data.tar.gz: 1fe12a2b4729e834b99dd805cf5eb1368610f51e7917752533122fad5ece38b3
5
5
  SHA512:
6
- metadata.gz: 9f38c6341a89c99d1aa13075dd9faeb314255db8f1de5a9109477b985026adee25fd023191ef8e63f3a50b095087f9ac07d429278cab2d9f96cdb68246dc922f
7
- data.tar.gz: 31743be97028a1ad9b71deb9f9e1ef0696fdc2c833ad3453912214350d3cc07d50b186a38a5e46f9de8cb2d94a78cad97ac036af28489a0c3ed9bcdd1a7867ab
6
+ metadata.gz: 354a763fcdea970137e9d14113a5afd38a9be17e7c8a294bbcddddf545fd7cd8e6e09fbe51e3deb3d560a7bdd10aa9915027c03c768a4d4eafdc8edcc701fc1f
7
+ data.tar.gz: 1eeb366a7e039983cbacaf498143895b8907e927cbfd27b382cfe0978ed67002f7be2ba03c73c83cf94b9ca32019fbc6836adef8e49435666c4ab959a8685058
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
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-
@@ -349,8 +349,8 @@ module Google
349
349
 
350
350
  # Required, except when used with UpdateJob. Describes the schedule on which the
351
351
  # job will be executed. The schedule can be either of the following types: * [
352
- # Crontab](http://en.wikipedia.org/wiki/Cron#Overview) * English-like [schedule](
353
- # 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
354
354
  # general rule, execution `n + 1` of a job will not begin until execution `n`
355
355
  # has finished. Cloud Scheduler will never allow two simultaneously outstanding
356
356
  # executions. For example, this implies that if the `n+1`th execution is
@@ -682,7 +682,7 @@ module Google
682
682
 
683
683
  # Required. The name of the Cloud Pub/Sub topic to which messages will be
684
684
  # published when a job is delivered. The topic name must be in the same format
685
- # 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/
686
686
  # docs/reference/rpc/google.pubsub.v1#publishrequest), for example `projects/
687
687
  # PROJECT_ID/topics/TOPIC_ID`. The topic must be in the same project as the
688
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.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_v1
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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudscheduler_v1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudscheduler_v1/v0.12.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: []