Skip to content

Commit ebdc07f

Browse files
authored
bigquery_datatransfer -> bigquerydatatransfer
Update region tags because we are treating BigQuery Data Transfer Service as its own product in the samples tracker.
1 parent d332e2e commit ebdc07f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bigquery/datatransfer/cloud-client/src/main/java/com/example/bigquerydatatransfer/QuickstartSample.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package com.example.bigquerydatatransfer;
1818

19-
// [START bigquery_datatransfer_quickstart]
19+
// [START bigquerydatatransfer_quickstart]
2020
// Imports the Google Cloud client library
2121

2222
import com.google.cloud.bigquery.datatransfer.v1.DataSource;
@@ -56,4 +56,4 @@ public static void main(String... args) throws Exception {
5656
}
5757
}
5858
}
59-
// [END bigquery_datatransfer_quickstart]
59+
// [END bigquerydatatransfer_quickstart]

0 commit comments

Comments
 (0)