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 14f434c commit 13a9d82Copy full SHA for 13a9d82
retail/interactive-tutorials/src/main/java/events/ImportUserEventsGcs.java
@@ -20,6 +20,8 @@
20
21
package events;
22
23
+// [START retail_import_user_events_from_gcs]
24
+
25
import com.google.api.gax.rpc.InvalidArgumentException;
26
import com.google.api.gax.rpc.PermissionDeniedException;
27
import com.google.cloud.ServiceOptions;
@@ -128,3 +130,5 @@ public static void importUserEventsFromGcs(
128
130
}
129
131
132
133
134
+// [END retail_import_user_events_from_gcs]
0 commit comments