@googleapis/translate 3.0.0 → 3.0.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/translate-v3.0.0...translate-v3.0.1) (2024-02-02)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **translate:** update the API ([dd89550](https://github.com/googleapis/google-api-nodejs-client/commit/dd895505b45d699de320175c9b4fce932f31117d))
9
+
3
10
  ## [3.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/translate-v2.1.0...translate-v3.0.0) (2024-01-05)
4
11
 
5
12
 
package/build/v3.d.ts CHANGED
@@ -121,7 +121,7 @@ export declare namespace translate_v3 {
121
121
  */
122
122
  entryCount?: number | null;
123
123
  /**
124
- * Required. The resource name of the file, in form of `projects/{project-number-or-id\}/locations/{location_id\}/adaptiveMtDatasets/{dataset\}/files/{file\}`
124
+ * Required. The resource name of the file, in form of `projects/{project-number-or-id\}/locations/{location_id\}/adaptiveMtDatasets/{dataset\}/adaptiveMtFiles/{file\}`
125
125
  */
126
126
  name?: string | null;
127
127
  /**
@@ -138,7 +138,7 @@ export declare namespace translate_v3 {
138
138
  */
139
139
  createTime?: string | null;
140
140
  /**
141
- * Required. The resource name of the file, in form of `projects/{project-number-or-id\}/locations/{location_id\}/adaptiveMtDatasets/{dataset\}/files/{file\}/sentences/{sentence\}`
141
+ * Required. The resource name of the file, in form of `projects/{project-number-or-id\}/locations/{location_id\}/adaptiveMtDatasets/{dataset\}/adaptiveMtFiles/{file\}/adaptiveMtSentences/{sentence\}`
142
142
  */
143
143
  name?: string | null;
144
144
  /**
@@ -1762,13 +1762,13 @@ export declare namespace translate_v3 {
1762
1762
  }
1763
1763
  export interface Params$Resource$Projects$Locations$Adaptivemtdatasets$Adaptivemtfiles$Delete extends StandardParameters {
1764
1764
  /**
1765
- * Required. The resource name of the file to delete, in form of `projects/{project-number-or-id\}/locations/{location_id\}/adaptiveMtDatasets/{dataset\}/files/{file\}`
1765
+ * Required. The resource name of the file to delete, in form of `projects/{project-number-or-id\}/locations/{location_id\}/adaptiveMtDatasets/{dataset\}/adaptiveMtFiles/{file\}`
1766
1766
  */
1767
1767
  name?: string;
1768
1768
  }
1769
1769
  export interface Params$Resource$Projects$Locations$Adaptivemtdatasets$Adaptivemtfiles$Get extends StandardParameters {
1770
1770
  /**
1771
- * Required. The resource name of the file, in form of `projects/{project-number-or-id\}/locations/{location_id\}/adaptiveMtDatasets/{dataset\}/files/{file\}`
1771
+ * Required. The resource name of the file, in form of `projects/{project-number-or-id\}/locations/{location_id\}/adaptiveMtDatasets/{dataset\}/adaptiveMtFiles/{file\}`
1772
1772
  */
1773
1773
  name?: string;
1774
1774
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/translate",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "translate",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v3.ts CHANGED
@@ -174,7 +174,7 @@ export namespace translate_v3 {
174
174
  */
175
175
  entryCount?: number | null;
176
176
  /**
177
- * Required. The resource name of the file, in form of `projects/{project-number-or-id\}/locations/{location_id\}/adaptiveMtDatasets/{dataset\}/files/{file\}`
177
+ * Required. The resource name of the file, in form of `projects/{project-number-or-id\}/locations/{location_id\}/adaptiveMtDatasets/{dataset\}/adaptiveMtFiles/{file\}`
178
178
  */
179
179
  name?: string | null;
180
180
  /**
@@ -191,7 +191,7 @@ export namespace translate_v3 {
191
191
  */
192
192
  createTime?: string | null;
193
193
  /**
194
- * Required. The resource name of the file, in form of `projects/{project-number-or-id\}/locations/{location_id\}/adaptiveMtDatasets/{dataset\}/files/{file\}/sentences/{sentence\}`
194
+ * Required. The resource name of the file, in form of `projects/{project-number-or-id\}/locations/{location_id\}/adaptiveMtDatasets/{dataset\}/adaptiveMtFiles/{file\}/adaptiveMtSentences/{sentence\}`
195
195
  */
196
196
  name?: string | null;
197
197
  /**
@@ -3560,14 +3560,14 @@ export namespace translate_v3 {
3560
3560
  export interface Params$Resource$Projects$Locations$Adaptivemtdatasets$Adaptivemtfiles$Delete
3561
3561
  extends StandardParameters {
3562
3562
  /**
3563
- * Required. The resource name of the file to delete, in form of `projects/{project-number-or-id\}/locations/{location_id\}/adaptiveMtDatasets/{dataset\}/files/{file\}`
3563
+ * Required. The resource name of the file to delete, in form of `projects/{project-number-or-id\}/locations/{location_id\}/adaptiveMtDatasets/{dataset\}/adaptiveMtFiles/{file\}`
3564
3564
  */
3565
3565
  name?: string;
3566
3566
  }
3567
3567
  export interface Params$Resource$Projects$Locations$Adaptivemtdatasets$Adaptivemtfiles$Get
3568
3568
  extends StandardParameters {
3569
3569
  /**
3570
- * Required. The resource name of the file, in form of `projects/{project-number-or-id\}/locations/{location_id\}/adaptiveMtDatasets/{dataset\}/files/{file\}`
3570
+ * Required. The resource name of the file, in form of `projects/{project-number-or-id\}/locations/{location_id\}/adaptiveMtDatasets/{dataset\}/adaptiveMtFiles/{file\}`
3571
3571
  */
3572
3572
  name?: string;
3573
3573
  }