We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d332e2e commit ebdc07fCopy full SHA for ebdc07f
bigquery/datatransfer/cloud-client/src/main/java/com/example/bigquerydatatransfer/QuickstartSample.java
@@ -16,7 +16,7 @@
16
17
package com.example.bigquerydatatransfer;
18
19
-// [START bigquery_datatransfer_quickstart]
+// [START bigquerydatatransfer_quickstart]
20
// Imports the Google Cloud client library
21
22
import com.google.cloud.bigquery.datatransfer.v1.DataSource;
@@ -56,4 +56,4 @@ public static void main(String... args) throws Exception {
56
}
57
58
59
-// [END bigquery_datatransfer_quickstart]
+// [END bigquerydatatransfer_quickstart]
0 commit comments