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
4 changes: 4 additions & 0 deletions generated/google-apis-cloudtasks_v2beta3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-cloudtasks_v2beta3

### v0.49.0 (2026-03-15)

* Regenerated from discovery document revision 20260306

### v0.48.0 (2026-01-25)

* Regenerated from discovery document revision 20260115
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module CloudtasksV2beta3
# Version of the google-apis-cloudtasks_v2beta3 gem
GEM_VERSION = "0.48.0"
GEM_VERSION = "0.49.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20260115"
REVISION = "20260306"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,11 @@ def get_project_location_cmek_config(name, fields: nil, quota_user: nil, options
execute_or_queue_command(command, &block)
end

# Lists information about the supported locations for this service.
# 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.
# @param [String] name
# The resource that owns the locations collection, if applicable.
# @param [Array<String>, String] extra_location_types
Expand Down Expand Up @@ -161,7 +165,7 @@ def list_project_locations(name, extra_location_types: nil, filter: nil, page_si
end

# Creates or Updates a CMEK config. Updates the Customer Managed Encryption Key
# assotiated with the Cloud Tasks location (Creates if the key does not already
# associated with the Cloud Tasks location (Creates if the key does not already
# exist). All new tasks created in the location will be encrypted at-rest with
# the KMS-key provided in the config.
# @param [String] name
Expand Down
Loading