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
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-storagebatchoperations_v1

### v0.12.0 (2026-02-08)

* Regenerated from discovery document revision 20260128

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

* Regenerated from discovery document revision 20260119
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module StoragebatchoperationsV1
# Version of the google-apis-storagebatchoperations_v1 gem
GEM_VERSION = "0.11.0"
GEM_VERSION = "0.12.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 = "20260119"
REVISION = "20260128"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc
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