Réactiver une configuration de transfert
bookmark_borderbookmark
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Vous pouvez réactiver une configuration de transfert après l'avoir désactivée.
Exemple de code
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],[],[[["This code sample demonstrates how to re-enable a previously disabled BigQuery data transfer configuration using the Java client library."],["The `reEnableTransferConfig` method uses the `DataTransferServiceClient` to update a specific transfer configuration, setting its `disabled` status to `false`."],["The code requires the `configId` of the transfer configuration to be re-enabled and a field mask, in this case, just the disabled parameter."],["Before using this code, ensure you have followed the Java setup instructions for the BigQuery quickstart using client libraries and set up Application Default Credentials for authentication."]]],[]]