Skip to content

Commit c1e1374

Browse files
rebeccaellisglasnt
andauthored
fix(retail): add region tag for Java - Update purge user events (#10125)
* Update SearchWithPagination.java * Update PurgeUserEvent.java --------- Co-authored-by: Katie McLaughlin <[email protected]>
1 parent 8b3d95f commit c1e1374

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

retail/interactive-tutorials/src/main/java/events/PurgeUserEvent.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_purge_user_events]
24+
2325
import static setup.SetupCleanup.writeUserEvent;
2426

2527
import com.google.api.gax.longrunning.OperationFuture;
@@ -73,3 +75,5 @@ public static void callPurgeUserEvents(String defaultCatalog, String visitorId)
7375
}
7476
}
7577
}
78+
79+
// [END retail_purge_user_events]

0 commit comments

Comments
 (0)