You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Optional. Glossary to be applied. The glossary must be within the same region (have the same location-id) as the model, otherwise an INVALID_ARGUMENT (400) error is returned."
1834
1834
},
1835
1835
"referenceSentenceConfig": {
@@ -2227,7 +2227,7 @@
2227
2227
"id": "Example",
2228
2228
"properties": {
2229
2229
"name": {
2230
-
"description": "Output only. The resource name of the example, in form of `projects/{project-number-or-id}/locations/{location_id}/datasets/{dataset_id}/examples/{example_id}'",
2230
+
"description": "Output only. The resource name of the example, in form of `projects/{project-number-or-id}/locations/{location_id}/datasets/{dataset_id}/examples/{example_id}`",
2231
2231
"readOnly": true,
2232
2232
"type": "string"
2233
2233
},
@@ -2367,6 +2367,21 @@
2367
2367
},
2368
2368
"type": "object"
2369
2369
},
2370
+
"GlossaryConfig": {
2371
+
"description": "Configures which glossary is used for a specific target language and defines options for applying that glossary.",
2372
+
"id": "GlossaryConfig",
2373
+
"properties": {
2374
+
"glossary": {
2375
+
"description": "Required. The `glossary` to be applied for this translation. The format depends on the glossary: - User-provided custom glossary: `projects/{project-number-or-id}/locations/{location-id}/glossaries/{glossary-id}`",
2376
+
"type": "string"
2377
+
},
2378
+
"ignoreCase": {
2379
+
"description": "Optional. Indicates match is case insensitive. The default value is `false` if missing.",
2380
+
"type": "boolean"
2381
+
}
2382
+
},
2383
+
"type": "object"
2384
+
},
2370
2385
"GlossaryEntry": {
2371
2386
"description": "Represents a single entry in a glossary.",
2372
2387
"id": "GlossaryEntry",
@@ -2376,7 +2391,7 @@
2376
2391
"type": "string"
2377
2392
},
2378
2393
"name": {
2379
-
"description": "Identifier. The resource name of the entry. Format: \"projects/*/locations/*/glossaries/*/glossaryEntries/*\"",
2394
+
"description": "Identifier. The resource name of the entry. Format: `projects/*/locations/*/glossaries/*/glossaryEntries/*`",
* Optional. Glossary to be applied. The glossary must be within the same region (have the same location-id) as the model, otherwise an INVALID_ARGUMENT (400) error is returned.
* Output only. The resource name of the example, in form of `projects/{project-number-or-id\}/locations/{location_id\}/datasets/{dataset_id\}/examples/{example_id\}'
519
+
* Output only. The resource name of the example, in form of `projects/{project-number-or-id\}/locations/{location_id\}/datasets/{dataset_id\}/examples/{example_id\}`
* Configures which glossary is used for a specific target language and defines options for applying that glossary.
636
+
*/
637
+
exportinterfaceSchema$GlossaryConfig{
638
+
/**
639
+
* Required. The `glossary` to be applied for this translation. The format depends on the glossary: - User-provided custom glossary: `projects/{project-number-or-id\}/locations/{location-id\}/glossaries/{glossary-id\}`
640
+
*/
641
+
glossary?: string|null;
642
+
/**
643
+
* Optional. Indicates match is case insensitive. The default value is `false` if missing.
0 commit comments