Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions generated/google-apis-cloudscheduler_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-cloudscheduler_v1

### v0.45.0 (2026-06-14)

* Regenerated from discovery document revision 20260522
* Regenerated using generator version 0.19.0

### v0.44.0 (2026-02-22)

* Regenerated from discovery document revision 20260202
Expand Down
2 changes: 1 addition & 1 deletion generated/google-apis-cloudscheduler_v1/OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/scheduler/) may provide gui

## Supported Ruby versions

This library is supported on Ruby 3.1+.
This library is supported on Ruby 3.2+.

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ Gem::Specification.new do |gem|
gem.files = Dir.glob("lib/**/*.rb") + Dir.glob("*.md") + [".yardopts"]
gem.require_paths = ["lib"]

gem.required_ruby_version = '>= 3.1'
gem.required_ruby_version = '>= 3.2'
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
end
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,18 @@ class AppEngineHttpTarget
# will be set to true. * `X-CloudScheduler-JobName`: This header will contain
# the job name. * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs
# specified in the unix-cron format, this header will contain the job schedule
# as an offset of UTC parsed according to RFC3339. If the job has a body and the
# following headers are not set by the user, Cloud Scheduler sets default values:
# * `Content-Type`: This will be set to `"application/octet-stream"`. You can
# override this default by explicitly setting `Content-Type` to a particular
# media type when creating the job. For example, you can set `Content-Type` to `"
# application/json"`. The headers below are output only. They cannot be set or
# overridden: * `Content-Length`: This is computed by Cloud Scheduler. * `X-
# Google-*`: For Google internal use only. * `X-AppEngine-*`: For Google
# internal use only. In addition, some App Engine headers, which contain job-
# specific information, are also be sent to the job handler.
# as an offset of UTC parsed according to RFC3339. Remains constant across
# retries and can be used for [job request deduplication](https://docs.cloud.
# google.com/scheduler/docs/overview#job-deduplication). If the job has a body
# and the following headers are not set by the user, Cloud Scheduler sets
# default values: * `Content-Type`: This will be set to `"application/octet-
# stream"`. You can override this default by explicitly setting `Content-Type`
# to a particular media type when creating the job. For example, you can set `
# Content-Type` to `"application/json"`. The headers below are output only. They
# cannot be set or overridden: * `Content-Length`: This is computed by Cloud
# Scheduler. * `X-Google-*`: For Google internal use only. * `X-AppEngine-*`:
# For Google internal use only. In addition, some App Engine headers, which
# contain job-specific information, are also be sent to the job handler.
# Corresponds to the JSON property `headers`
# @return [Hash<String,String>]
attr_accessor :headers
Expand Down Expand Up @@ -260,17 +262,22 @@ class HttpTarget
# list of headers that are ignored or replaced is below: * Host: This will be
# computed by Cloud Scheduler and derived from uri. * `Content-Length`: This
# will be computed by Cloud Scheduler. * `User-Agent`: This will be set to `"
# Google-Cloud-Scheduler"`. * `X-Google-*`: Google internal use only. * `X-
# AppEngine-*`: Google internal use only. * `X-CloudScheduler`: This header will
# be set to true. * `X-CloudScheduler-JobName`: This header will contain the job
# name. * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in
# the unix-cron format, this header will contain the job schedule as an offset
# of UTC parsed according to RFC3339. If the job has a body and the following
# headers are not set by the user, Cloud Scheduler sets default values: * `
# Content-Type`: This will be set to `"application/octet-stream"`. You can
# override this default by explicitly setting `Content-Type` to a particular
# media type when creating the job. For example, you can set `Content-Type` to `"
# application/json"`. The total size of headers must be less than 80KB.
# Google-Cloud-Scheduler"`. * `X-Google-*`: Used internally by Google. If
# present in an external user request, it is replaced by the internal header. * `
# X-AppEngine-*`: Used internally by Google. If present in an external user
# request, it is replaced by the internal header. * `X-CloudScheduler`: This
# header will be set to true. * `X-CloudScheduler-JobName`: This header will
# contain the job name. * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler
# jobs specified in the unix-cron format, this header will contain the job
# schedule as an offset of UTC parsed according to RFC3339. Remains constant
# across retries and can be used for [job request deduplication](https://docs.
# cloud.google.com/scheduler/docs/overview#job-deduplication). If the job has a
# body and the following headers are not set by the user, Cloud Scheduler sets
# default values: * `Content-Type`: This will be set to `"application/octet-
# stream"`. You can override this default by explicitly setting `Content-Type`
# to a particular media type when creating the job. For example, you can set `
# Content-Type` to `"application/json"`. The total size of headers must be less
# than 80KB.
# Corresponds to the JSON property `headers`
# @return [Hash<String,String>]
attr_accessor :headers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module CloudschedulerV1
# Version of the google-apis-cloudscheduler_v1 gem
GEM_VERSION = "0.44.0"
GEM_VERSION = "0.45.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"
GENERATOR_VERSION = "0.19.0"

# Revision of the discovery document this client was generated from
REVISION = "20260202"
REVISION = "20260522"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,20 @@ def get_project_location_cmek_config(name, fields: nil, quota_user: nil, options
end

# Lists information about the supported locations for this service. This method
# can be called in two ways: * **List all public locations:** Use the path `GET /
# v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
# projects/`project_id`/locations`. This may include public locations as well as
# private or other locations specifically visible to the project.
# lists locations based on the resource scope provided in the
# ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
# the method lists the public locations available to all projects. * **Project-
# specific locations**: If `name` follows the format `projects/`project``, the
# method lists locations visible to that specific project. This includes public,
# private, or other project-specific locations enabled for the project. For gRPC
# and client library implementations, the resource name is passed as the `name`
# field. For direct service calls, the resource name is incorporated into the
# request path based on the specific service implementation and version.
# @param [String] name
# The resource that owns the locations collection, if applicable.
# @param [Array<String>, String] extra_location_types
# Optional. Do not use this field. It is unsupported and is ignored unless
# explicitly documented otherwise. This is primarily for internal usage.
# Optional. Do not use this field unless explicitly documented otherwise. This
# is primarily for internal usage.
# @param [String] filter
# A filter to narrow down results to a preferred subset. The filtering language
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
Expand Down
Loading