google-apis-cloudscheduler_v1 0.11.0 → 0.14.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: 68e646bbe50732eee1af12ea0b356fbfff0539acc67e77c9e1c9f2c7c95d5e24
4
+ data.tar.gz: 55492fb713b03ea0021367de7e83bf676166ba21d0ae96ceb535e4ed87574739
5
5
  SHA512:
6
- metadata.gz: 9f38c6341a89c99d1aa13075dd9faeb314255db8f1de5a9109477b985026adee25fd023191ef8e63f3a50b095087f9ac07d429278cab2d9f96cdb68246dc922f
7
- data.tar.gz: 31743be97028a1ad9b71deb9f9e1ef0696fdc2c833ad3453912214350d3cc07d50b186a38a5e46f9de8cb2d94a78cad97ac036af28489a0c3ed9bcdd1a7867ab
6
+ metadata.gz: db407a40222a021743821213b12d1974d94f94f7ccfaea89cfc611a6c9f301577fee0db610e5545b4f42cb4105c2ad4c9977bcb80b1d9ee70fd0f42ebe6b668c
7
+ data.tar.gz: b655c57c78be05a20f8f3bb60e52397ac18ece434a21e132deb24f2336ef1f7ac7fea5a3ddf6636669d7e3c069dde0b7b79a2884e6437a3625b4884de82b0899
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-cloudscheduler_v1
2
2
 
3
+ ### v0.14.0 (2022-04-22)
4
+
5
+ * Regenerated from discovery document revision 20220408
6
+
7
+ ### v0.13.0 (2022-03-29)
8
+
9
+ * Regenerated from discovery document revision 20220321
10
+
11
+ ### v0.12.0 (2022-02-19)
12
+
13
+ * Regenerated from discovery document revision 20220212
14
+
3
15
  ### v0.11.0 (2022-01-13)
4
16
 
5
17
  * 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-
@@ -181,8 +181,7 @@ module Google
181
181
  # A generic empty message that you can re-use to avoid defining duplicated empty
182
182
  # messages in your APIs. A typical example is to use it as the request or the
183
183
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
184
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
185
- # `Empty` is empty JSON object ````.
184
+ # protobuf.Empty) returns (google.protobuf.Empty); `
186
185
  class Empty
187
186
  include Google::Apis::Core::Hashable
188
187
 
@@ -349,8 +348,8 @@ module Google
349
348
 
350
349
  # Required, except when used with UpdateJob. Describes the schedule on which the
351
350
  # 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
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
354
353
  # general rule, execution `n + 1` of a job will not begin until execution `n`
355
354
  # has finished. Cloud Scheduler will never allow two simultaneously outstanding
356
355
  # executions. For example, this implies that if the `n+1`th execution is
@@ -682,7 +681,7 @@ module Google
682
681
 
683
682
  # Required. The name of the Cloud Pub/Sub topic to which messages will be
684
683
  # 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/
684
+ # as required by Pub/Sub's [PublishRequest.name](https://cloud.google.com/pubsub/
686
685
  # docs/reference/rpc/google.pubsub.v1#publishrequest), for example `projects/
687
686
  # PROJECT_ID/topics/TOPIC_ID`. The topic must be in the same project as the
688
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.11.0"
19
+ GEM_VERSION = "0.14.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 = "20220408"
26
26
  end
27
27
  end
28
28
  end
@@ -84,8 +84,8 @@ module Google
84
84
  # The resource that owns the locations collection, if applicable.
85
85
  # @param [String] filter
86
86
  # A filter to narrow down results to a preferred subset. The filtering language
87
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
88
- # AIP-160](https://google.aip.dev/160).
87
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
88
+ # in [AIP-160](https://google.aip.dev/160).
89
89
  # @param [Fixnum] page_size
90
90
  # The maximum number of results to return. If not set, the service selects a
91
91
  # default.
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.14.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-04-25 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.14.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: []