Skip to content

Commit f550aaf

Browse files
feat: Automated regeneration of translate v3beta1 client (googleapis#25554)
Auto-created at 2026-02-01 10:45:56 +0000 using the toys pull request generator.
1 parent 5d23995 commit f550aaf

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

generated/google-apis-translate_v3beta1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-translate_v3beta1
22

3+
### v0.37.0 (2026-02-01)
4+
5+
* Regenerated from discovery document revision 20260128
6+
37
### v0.36.0 (2026-01-11)
48

59
* Regenerated from discovery document revision 20260108

generated/google-apis-translate_v3beta1/lib/google/apis/translate_v3beta1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module TranslateV3beta1
1818
# Version of the google-apis-translate_v3beta1 gem
19-
GEM_VERSION = "0.36.0"
19+
GEM_VERSION = "0.37.0"
2020

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

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260108"
25+
REVISION = "20260128"
2626
end
2727
end
2828
end

generated/google-apis-translate_v3beta1/lib/google/apis/translate_v3beta1/service.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,11 @@ def get_project_location_supported_languages(parent, display_language_code: nil,
378378
execute_or_queue_command(command, &block)
379379
end
380380

381-
# Lists information about the supported locations for this service.
381+
# Lists information about the supported locations for this service. This method
382+
# can be called in two ways: * **List all public locations:** Use the path `GET /
383+
# v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
384+
# projects/`project_id`/locations`. This may include public locations as well as
385+
# private or other locations specifically visible to the project.
382386
# @param [String] name
383387
# The resource that owns the locations collection, if applicable.
384388
# @param [Array<String>, String] extra_location_types

0 commit comments

Comments
 (0)