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 49adaf6 commit 7434b80Copy full SHA for 7434b80
bigquery/cloud-client/src/main/java/com/example/bigquery/SimpleApp.java
@@ -17,7 +17,7 @@
17
package com.example.bigquery;
18
19
// [START all]
20
-// [START create_client]
+// [START imports]
21
import com.google.cloud.bigquery.BigQuery;
22
import com.google.cloud.bigquery.BigQueryOptions;
23
import com.google.cloud.bigquery.FieldValue;
@@ -30,7 +30,7 @@
30
31
import java.util.List;
32
import java.util.UUID;
33
-// [END create_client]
+// [END imports]
34
35
public class SimpleApp {
36
public static void main(String... args) throws Exception {
0 commit comments