@maxim_mazurok/gapi.client.translate-v3 0.0.20231201 → 0.0.20240131
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/index.d.ts +5 -5
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://translation.googleapis.com/$discovery/rest?version=v3
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240131
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -47,7 +47,7 @@ declare namespace gapi.client {
|
|
|
47
47
|
displayName?: string;
|
|
48
48
|
/** The number of entries that the file contains. */
|
|
49
49
|
entryCount?: number;
|
|
50
|
-
/** Required. The resource name of the file, in form of `projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/
|
|
50
|
+
/** Required. The resource name of the file, in form of `projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}` */
|
|
51
51
|
name?: string;
|
|
52
52
|
/** Output only. Timestamp when this file was last updated. */
|
|
53
53
|
updateTime?: string;
|
|
@@ -55,7 +55,7 @@ declare namespace gapi.client {
|
|
|
55
55
|
interface AdaptiveMtSentence {
|
|
56
56
|
/** Output only. Timestamp when this sentence was created. */
|
|
57
57
|
createTime?: string;
|
|
58
|
-
/** Required. The resource name of the file, in form of `projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/
|
|
58
|
+
/** Required. The resource name of the file, in form of `projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}/adaptiveMtSentences/{sentence}` */
|
|
59
59
|
name?: string;
|
|
60
60
|
/** Required. The source sentence. */
|
|
61
61
|
sourceSentence?: string;
|
|
@@ -599,7 +599,7 @@ declare namespace gapi.client {
|
|
|
599
599
|
fields?: string;
|
|
600
600
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
601
601
|
key?: string;
|
|
602
|
-
/** Required. The resource name of the file to delete, in form of `projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/
|
|
602
|
+
/** Required. The resource name of the file to delete, in form of `projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}` */
|
|
603
603
|
name: string;
|
|
604
604
|
/** OAuth 2.0 token for the current user. */
|
|
605
605
|
oauth_token?: string;
|
|
@@ -626,7 +626,7 @@ declare namespace gapi.client {
|
|
|
626
626
|
fields?: string;
|
|
627
627
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
628
628
|
key?: string;
|
|
629
|
-
/** Required. The resource name of the file, in form of `projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/
|
|
629
|
+
/** Required. The resource name of the file, in form of `projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}` */
|
|
630
630
|
name: string;
|
|
631
631
|
/** OAuth 2.0 token for the current user. */
|
|
632
632
|
oauth_token?: string;
|