google-apis-translate_v3 0.42.0 → 0.43.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: 494a082564b0aedde2a9de4495c7868e248f017c925ca801a315519d44103b13
4
- data.tar.gz: d93e02d777bb90c88d76f45d5f65fff32173f1ee9d9ce82cbab94a73c9dda48c
3
+ metadata.gz: 63e3e4047f04ed0d1750b86bc59daad0a4af4b401108debf6284f75c98b472d0
4
+ data.tar.gz: 63d78e334cde66eef428ef55129090ad7424af4499d0f35156eea3c138b9e1d7
5
5
  SHA512:
6
- metadata.gz: f2790214715aa35fdf57bd942ff788f6d45bad478b33cddb1cd26e218e9e423713cc87e282d10b3020c57a4b5e2bb0ea997aae3847df4c43b278e9f43db4666a
7
- data.tar.gz: 2d4d191c49db83e45816814209c5b381129c18da139702ebe7a827ea0203bb2a843255e272ae0ef5b1104465bdce0c040bc8f3697ad5b5924381c569c28211a4
6
+ metadata.gz: e44271548ebeb09214f7ff258c76feb0d40f757af9135ed56e015e8f8b9790ce508e003baea2f35698e20bd135234fae1f4986c3273b24f2cac207e4b12f9fa7
7
+ data.tar.gz: 99ff23b0969727deab09bbcd86888a9abe62558b1ebab5adcf238faa2288fc3120d0b7a6f7c47ecc2a0abdcbb1177831f5883d13b803bc27161b7656f3f33cad
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-translate_v3
2
2
 
3
+ ### v0.43.0 (2026-02-01)
4
+
5
+ * Regenerated from discovery document revision 20260128
6
+
3
7
  ### v0.42.0 (2026-01-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20260108
@@ -179,8 +179,8 @@ module Google
179
179
  # @return [Array<String>]
180
180
  attr_accessor :content
181
181
 
182
- # Required. The resource name for the dataset to use for adaptive MT. `projects/`
183
- # project`/locations/`location-id`/adaptiveMtDatasets/`dataset``
182
+ # Required. The resource name for the dataset to use for adaptive MT translation.
183
+ # `projects/`project`/locations/`location-id`/adaptiveMtDatasets/`dataset``
184
184
  # Corresponds to the JSON property `dataset`
185
185
  # @return [String]
186
186
  attr_accessor :dataset
@@ -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.42.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260108"
25
+ REVISION = "20260128"
26
26
  end
27
27
  end
28
28
  end
@@ -448,7 +448,11 @@ module Google
448
448
  execute_or_queue_command(command, &block)
449
449
  end
450
450
 
451
- # Lists information about the supported locations for this service.
451
+ # Lists information about the supported locations for this service. This method
452
+ # can be called in two ways: * **List all public locations:** Use the path `GET /
453
+ # v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
454
+ # projects/`project_id`/locations`. This may include public locations as well as
455
+ # private or other locations specifically visible to the project.
452
456
  # @param [String] name
453
457
  # The resource that owns the locations collection, if applicable.
454
458
  # @param [Array<String>, String] extra_location_types
@@ -887,7 +891,7 @@ module Google
887
891
 
888
892
  # Lists all AdaptiveMtFiles associated to an AdaptiveMtDataset.
889
893
  # @param [String] parent
890
- # Required. The resource name of the project from which to list the Adaptive MT
894
+ # Required. The resource name of the dataset from which to list the Adaptive MT
891
895
  # files. `projects/`project`/locations/`location`/adaptiveMtDatasets/`dataset``
892
896
  # @param [Fixnum] page_size
893
897
  # Optional.
@@ -927,8 +931,8 @@ module Google
927
931
 
928
932
  # Lists all AdaptiveMtSentences under a given file/dataset.
929
933
  # @param [String] parent
930
- # Required. The resource name of the project from which to list the Adaptive MT
931
- # files. The following format lists all sentences under a file. `projects/`
934
+ # Required. The resource name of the Adaptive MT file from which to list the
935
+ # sentences. The following format lists all sentences under a file. `projects/`
932
936
  # project`/locations/`location`/adaptiveMtDatasets/`dataset`/adaptiveMtFiles/`
933
937
  # file`` The following format lists all sentences within a dataset. `projects/`
934
938
  # project`/locations/`location`/adaptiveMtDatasets/`dataset``
@@ -969,8 +973,8 @@ module Google
969
973
 
970
974
  # Lists all AdaptiveMtSentences under a given file/dataset.
971
975
  # @param [String] parent
972
- # Required. The resource name of the project from which to list the Adaptive MT
973
- # files. The following format lists all sentences under a file. `projects/`
976
+ # Required. The resource name of the Adaptive MT file from which to list the
977
+ # sentences. The following format lists all sentences under a file. `projects/`
974
978
  # project`/locations/`location`/adaptiveMtDatasets/`dataset`/adaptiveMtFiles/`
975
979
  # file`` The following format lists all sentences within a dataset. `projects/`
976
980
  # project`/locations/`location`/adaptiveMtDatasets/`dataset``
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-translate_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.0
4
+ version: 0.43.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-translate_v3/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3/v0.42.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3/v0.43.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-translate_v3
62
62
  rdoc_options: []
63
63
  require_paths: