gcsSource

@JvmName(name = "jvqhejwxrovedkbd")
suspend fun gcsSource(value: Output<GcsSourceArgs>)
@JvmName(name = "yxfpyheqnldiosir")
suspend fun gcsSource(value: GcsSourceArgs)

Parameters

value

Google Cloud Storage location of glossary data. File format is determined based on the filename extension. API returns google.rpc.Code.INVALID_ARGUMENT for unsupported URI-s and file formats. Wildcards are not allowed. This must be a single file in one of the following formats: For unidirectional glossaries: - TSV/CSV (&#46;tsv/&#46;csv): Two column file, tab- or comma-separated. The first column is source text. The second column is target text. No headers in this file. The first row contains data and not column names. - TMX (&#46;tmx): TMX file with parallel data defining source/target term pairs. For equivalent term sets glossaries: - CSV (&#46;csv): Multi-column CSV file defining equivalent glossary terms in multiple languages. See documentation for more information - glossaries.


@JvmName(name = "tjwyrewhluvfwaob")
suspend fun gcsSource(argument: suspend GcsSourceArgsBuilder.() -> Unit)

Parameters

argument

Google Cloud Storage location of glossary data. File format is determined based on the filename extension. API returns google.rpc.Code.INVALID_ARGUMENT for unsupported URI-s and file formats. Wildcards are not allowed. This must be a single file in one of the following formats: For unidirectional glossaries: - TSV/CSV (&#46;tsv/&#46;csv): Two column file, tab- or comma-separated. The first column is source text. The second column is target text. No headers in this file. The first row contains data and not column names. - TMX (&#46;tmx): TMX file with parallel data defining source/target term pairs. For equivalent term sets glossaries: - CSV (&#46;csv): Multi-column CSV file defining equivalent glossary terms in multiple languages. See documentation for more information - glossaries.