Skip to content

Commit 13a9d82

Browse files
rebeccaellisglasnt
andauthored
fix(retail): add region tag for Java - Update import user events from gcs (#10124)
* Update SearchWithPagination.java * Update ImportUserEventsGcs.java * lint --------- Co-authored-by: Katie McLaughlin <[email protected]>
1 parent 14f434c commit 13a9d82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

retail/interactive-tutorials/src/main/java/events/ImportUserEventsGcs.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
package events;
2222

23+
// [START retail_import_user_events_from_gcs]
24+
2325
import com.google.api.gax.rpc.InvalidArgumentException;
2426
import com.google.api.gax.rpc.PermissionDeniedException;
2527
import com.google.cloud.ServiceOptions;
@@ -128,3 +130,5 @@ public static void importUserEventsFromGcs(
128130
}
129131
}
130132
}
133+
134+
// [END retail_import_user_events_from_gcs]

0 commit comments

Comments
 (0)