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 9f863a9 commit 14f434cCopy full SHA for 14f434c
retail/interactive-tutorials/src/main/java/events/ImportUserEventsInline.java
@@ -20,6 +20,8 @@
20
21
package events;
22
23
+// [START retail_import_user_events_from_inline_source]
24
+
25
import com.google.api.gax.longrunning.OperationFuture;
26
import com.google.cloud.ServiceOptions;
27
import com.google.cloud.bigquery.BigQueryException;
@@ -124,3 +126,5 @@ public static void importUserEventsFromInlineSource(String defaultCatalog)
124
126
}
125
127
128
129
130
+// [END retail_import_user_events_from_inline_source]
0 commit comments