fileTypesToTransform

@JvmName(name = "qbpahqghgmthdqjj")
suspend fun fileTypesToTransform(value: Output<List<GooglePrivacyDlpV2DeidentifyFileTypesToTransformItem>>)

Parameters

value

List of user-specified file type groups to transform. If specified, only the files with these filetypes will be transformed. If empty, all supported files will be transformed. Supported types may be automatically added over time. If a file type is set in this field that isn't supported by the Deidentify action then the job will fail and will not be successfully created/started. Currently the only filetypes supported are: IMAGES, TEXT_FILES, CSV, TSV.


@JvmName(name = "ejducvvklxdmxpgt")
suspend fun fileTypesToTransform(vararg values: Output<GooglePrivacyDlpV2DeidentifyFileTypesToTransformItem>)


@JvmName(name = "rqvdxnkgbyusrnqu")
suspend fun fileTypesToTransform(values: List<Output<GooglePrivacyDlpV2DeidentifyFileTypesToTransformItem>>)
@JvmName(name = "fllqbclohpoojyyu")
suspend fun fileTypesToTransform(vararg values: GooglePrivacyDlpV2DeidentifyFileTypesToTransformItem)

Parameters

values

List of user-specified file type groups to transform. If specified, only the files with these filetypes will be transformed. If empty, all supported files will be transformed. Supported types may be automatically added over time. If a file type is set in this field that isn't supported by the Deidentify action then the job will fail and will not be successfully created/started. Currently the only filetypes supported are: IMAGES, TEXT_FILES, CSV, TSV.