google-apis-cloudscheduler_v1beta1 0.40.0 → 0.41.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: 4914548983ca5bef36b3743e24f076f56d70e09c595d70fd98f521230b4131f6
4
- data.tar.gz: 90fa49c54dd758e1fbf46269f622e29957d07852a7b353b1e8d124a97124a412
3
+ metadata.gz: 43ddc23d63616b1a4b7afa69f86d95e8eef212d12e0776ac0ea5ca3a2c35e93a
4
+ data.tar.gz: da471f36370d699392f2208f26cee8ffbfa37a7e8c52b928777e87edef9a6b54
5
5
  SHA512:
6
- metadata.gz: c3f316e362bdd8854d7f85d762cfec9410eb36025973c8e3221b7f402761ed74b0507c181d5dbe6c6df5fb17156b6e4e8ac433410d2e5fa967e203b9aba5169f
7
- data.tar.gz: 8fadd2bb996c382545d8ee2432026f14719992a779041a3e5a42f9e013dd3698724b5cdf7bf6a5fc538ead867909f4c75f5eaa4f983b15696bb3b05645fd7027
6
+ metadata.gz: 98d6aaeedd5df90b5410c35e3c65385bec6fe94458917a538fdf1dec7d8131db901040dd79d2a335267284dd0dfe06d4b7fccc5f9fc0b6da149253257bd3247f
7
+ data.tar.gz: e23c932e5a0140f00fcd1fce46319b90f5308708725440ebeba9ef33fb5f94e63470b95230df5910e5e08edaad1226c07728f168be66727a791e7ce87cfaa23e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudscheduler_v1beta1
2
2
 
3
+ ### v0.41.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260522
6
+ * Regenerated using generator version 0.19.0
7
+
3
8
  ### v0.40.0 (2026-02-22)
4
9
 
5
10
  * Regenerated from discovery document revision 20260202
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/scheduler/) may provide gui
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -61,16 +61,18 @@ module Google
61
61
  # will be set to true. * `X-CloudScheduler-JobName`: This header will contain
62
62
  # the job name. * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs
63
63
  # specified in the unix-cron format, this header will contain the job schedule
64
- # as an offset of UTC parsed according to RFC3339. If the job has a body and the
65
- # following headers are not set by the user, Cloud Scheduler sets default values:
66
- # * `Content-Type`: This will be set to `"application/octet-stream"`. You can
67
- # override this default by explicitly setting `Content-Type` to a particular
68
- # media type when creating the job. For example, you can set `Content-Type` to `"
69
- # application/json"`. The headers below are output only. They cannot be set or
70
- # overridden: * `Content-Length`: This is computed by Cloud Scheduler. * `X-
71
- # Google-*`: For Google internal use only. * `X-AppEngine-*`: For Google
72
- # internal use only. In addition, some App Engine headers, which contain job-
73
- # specific information, are also be sent to the job handler.
64
+ # as an offset of UTC parsed according to RFC3339. Remains constant across
65
+ # retries and can be used for [job request deduplication](https://docs.cloud.
66
+ # google.com/scheduler/docs/overview#job-deduplication). If the job has a body
67
+ # and the following headers are not set by the user, Cloud Scheduler sets
68
+ # default values: * `Content-Type`: This will be set to `"application/octet-
69
+ # stream"`. You can override this default by explicitly setting `Content-Type`
70
+ # to a particular media type when creating the job. For example, you can set `
71
+ # Content-Type` to `"application/json"`. The headers below are output only. They
72
+ # cannot be set or overridden: * `Content-Length`: This is computed by Cloud
73
+ # Scheduler. * `X-Google-*`: For Google internal use only. * `X-AppEngine-*`:
74
+ # For Google internal use only. In addition, some App Engine headers, which
75
+ # contain job-specific information, are also be sent to the job handler.
74
76
  # Corresponds to the JSON property `headers`
75
77
  # @return [Hash<String,String>]
76
78
  attr_accessor :headers
@@ -230,17 +232,22 @@ module Google
230
232
  # list of headers that are ignored or replaced is below: * Host: This will be
231
233
  # computed by Cloud Scheduler and derived from uri. * `Content-Length`: This
232
234
  # will be computed by Cloud Scheduler. * `User-Agent`: This will be set to `"
233
- # Google-Cloud-Scheduler"`. * `X-Google-*`: Google internal use only. * `X-
234
- # AppEngine-*`: Google internal use only. * `X-CloudScheduler`: This header will
235
- # be set to true. * `X-CloudScheduler-JobName`: This header will contain the job
236
- # name. * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in
237
- # the unix-cron format, this header will contain the job schedule as an offset
238
- # of UTC parsed according to RFC3339. If the job has a body and the following
239
- # headers are not set by the user, Cloud Scheduler sets default values: * `
240
- # Content-Type`: This will be set to `"application/octet-stream"`. You can
241
- # override this default by explicitly setting `Content-Type` to a particular
242
- # media type when creating the job. For example, you can set `Content-Type` to `"
243
- # application/json"`. The total size of headers must be less than 80KB.
235
+ # Google-Cloud-Scheduler"`. * `X-Google-*`: Used internally by Google. If
236
+ # present in an external user request, it is replaced by the internal header. * `
237
+ # X-AppEngine-*`: Used internally by Google. If present in an external user
238
+ # request, it is replaced by the internal header. * `X-CloudScheduler`: This
239
+ # header will be set to true. * `X-CloudScheduler-JobName`: This header will
240
+ # contain the job name. * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler
241
+ # jobs specified in the unix-cron format, this header will contain the job
242
+ # schedule as an offset of UTC parsed according to RFC3339. Remains constant
243
+ # across retries and can be used for [job request deduplication](https://docs.
244
+ # cloud.google.com/scheduler/docs/overview#job-deduplication). If the job has a
245
+ # body and the following headers are not set by the user, Cloud Scheduler sets
246
+ # default values: * `Content-Type`: This will be set to `"application/octet-
247
+ # stream"`. You can override this default by explicitly setting `Content-Type`
248
+ # to a particular media type when creating the job. For example, you can set `
249
+ # Content-Type` to `"application/json"`. The total size of headers must be less
250
+ # than 80KB.
244
251
  # Corresponds to the JSON property `headers`
245
252
  # @return [Hash<String,String>]
246
253
  attr_accessor :headers
@@ -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.40.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260202"
25
+ REVISION = "20260522"
26
26
  end
27
27
  end
28
28
  end
@@ -82,15 +82,20 @@ module Google
82
82
  end
83
83
 
84
84
  # Lists information about the supported locations for this service. This method
85
- # can be called in two ways: * **List all public locations:** Use the path `GET /
86
- # v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
87
- # projects/`project_id`/locations`. This may include public locations as well as
88
- # private or other locations specifically visible to the project.
85
+ # lists locations based on the resource scope provided in the
86
+ # ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
87
+ # the method lists the public locations available to all projects. * **Project-
88
+ # specific locations**: If `name` follows the format `projects/`project``, the
89
+ # method lists locations visible to that specific project. This includes public,
90
+ # private, or other project-specific locations enabled for the project. For gRPC
91
+ # and client library implementations, the resource name is passed as the `name`
92
+ # field. For direct service calls, the resource name is incorporated into the
93
+ # request path based on the specific service implementation and version.
89
94
  # @param [String] name
90
95
  # The resource that owns the locations collection, if applicable.
91
96
  # @param [Array<String>, String] extra_location_types
92
- # Optional. Do not use this field. It is unsupported and is ignored unless
93
- # explicitly documented otherwise. This is primarily for internal usage.
97
+ # Optional. Do not use this field unless explicitly documented otherwise. This
98
+ # is primarily for internal usage.
94
99
  # @param [String] filter
95
100
  # A filter to narrow down results to a preferred subset. The filtering language
96
101
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudscheduler_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.41.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudscheduler_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudscheduler_v1beta1/v0.40.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudscheduler_v1beta1/v0.41.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudscheduler_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="