google-apis-translate_v3 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: 9cbb591ca03ee91713be34dce15805cc4f3c3114239ec9e3598342bfce670c7e
4
- data.tar.gz: dc9f7f6c02682ff1ec430c433b32d4f0d28b5057d156e35517188a6e3d978c33
3
+ metadata.gz: af07f6c0e0e0620fe3a1eaee9a5725b1bb0512e484efba8eff727f0f42fa0ce8
4
+ data.tar.gz: b3d08e845f9c59e4796fc12d285521b85bd2f976c24b50d9e008c7123ca4388c
5
5
  SHA512:
6
- metadata.gz: 05a407c744b86feb9295eeaf152e86cfe2a4f4088637cb9c6f3a03354a11e4b468b96e8d368e4804a38bc1990262194971d156094a589a0c3548661af82c2d0e
7
- data.tar.gz: 8764780f1e0efc93e1e3601cae11d07c9bbbdd3db4148b5f7905373597df5a60a485186be8e63a18bb20cacd8f0ebf9b22804ee6f0add589caf88dc474cca590
6
+ metadata.gz: 46dceee827a404fc098cffc55d868a69e6fb6d1121d3995354d009fcb01cdf630d60e47abb044252a97fa42bdeaf2507533fe2c2f5b64f3710a0df8a95df4065
7
+ data.tar.gz: 2b63d4e62c0557c60952c488fdb245b0b95acbbe3f4e4707e24b33150d843b6982ee74d32beba45f5229e2e78c9752bce3d608ac9bdd8bab11d9d0638baee214
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-translate_v3
2
2
 
3
+ ### v0.41.0 (2025-05-04)
4
+
5
+ * Regenerated from discovery document revision 20250424
6
+ * Regenerated using generator version 0.17.0
7
+
3
8
  ### v0.40.0 (2024-12-22)
4
9
 
5
10
  * Regenerated from discovery document revision 20241218
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/translate/docs/quickstarts)
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
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
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TranslateV3
18
18
  # Version of the google-apis-translate_v3 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.15.1"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241218"
25
+ REVISION = "20250424"
26
26
  end
27
27
  end
28
28
  end
@@ -451,6 +451,9 @@ module Google
451
451
  # Lists information about the supported locations for this service.
452
452
  # @param [String] name
453
453
  # The resource that owns the locations collection, if applicable.
454
+ # @param [Array<String>, String] extra_location_types
455
+ # Optional. A list of extra location types that should be used as conditions for
456
+ # controlling the visibility of the locations.
454
457
  # @param [String] filter
455
458
  # A filter to narrow down results to a preferred subset. The filtering language
456
459
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -478,11 +481,12 @@ module Google
478
481
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
479
482
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
480
483
  # @raise [Google::Apis::AuthorizationError] Authorization is required
481
- def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
484
+ def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
482
485
  command = make_simple_command(:get, 'v3/{+name}/locations', options)
483
486
  command.response_representation = Google::Apis::TranslateV3::ListLocationsResponse::Representation
484
487
  command.response_class = Google::Apis::TranslateV3::ListLocationsResponse
485
488
  command.params['name'] = name unless name.nil?
489
+ command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
486
490
  command.query['filter'] = filter unless filter.nil?
487
491
  command.query['pageSize'] = page_size unless page_size.nil?
488
492
  command.query['pageToken'] = page_token unless page_token.nil?
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-translate_v3
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
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-01-05 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-translate_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3/v0.40.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3/v0.41.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-translate_v3
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
66
  requirements:
69
67
  - - ">="
70
68
  - !ruby/object:Gem::Version
71
- version: '2.7'
69
+ version: '3.1'
72
70
  required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements:
74
72
  - - ">="
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.8
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Translation API V3
82
79
  test_files: []