Skip to content

Commit 3b28924

Browse files
authored
chore: standardize bigquerydatatransfer_update_config region tag (#68)
This merges the Python and Java samples into a single region tag.
1 parent 09061cc commit 3b28924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-bigquery-datatransfer/samples/update_transfer_config.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
def sample_update_transfer_config(config_name, display_name):
22-
# [START bigquerydatatransfer_update_transfer_config]
22+
# [START bigquerydatatransfer_update_config]
2323
from google.cloud import bigquery_datatransfer
2424

2525
client = bigquery_datatransfer.DataTransferServiceClient()
@@ -37,7 +37,7 @@ def sample_update_transfer_config(config_name, display_name):
3737
)
3838

3939
print("Transfer config updated for '{}'".format(response.name))
40-
# [END bigquerydatatransfer_update_transfer_config]
40+
# [END bigquerydatatransfer_update_config]
4141
# Return the config name for testing purposes, so that it can be deleted.
4242
return response
4343

0 commit comments

Comments
 (0)