Re-enable a transfer configuration
Stay organized with collections
Save and categorize content based on your preferences.
Re-enable a transfer configuration after you disabled it.
Code sample
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","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."]]],[]]