Skip to content

Commit 14f434c

Browse files
rebeccaellisglasnt
andauthored
fix(retail): add region tag for Java - Update import user events inline source (#10123)
* Update SearchWithPagination.java * Update ImportUserEventsInline.java * lint --------- Co-authored-by: Katie McLaughlin <[email protected]>
1 parent 9f863a9 commit 14f434c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

retail/interactive-tutorials/src/main/java/events/ImportUserEventsInline.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_inline_source]
24+
2325
import com.google.api.gax.longrunning.OperationFuture;
2426
import com.google.cloud.ServiceOptions;
2527
import com.google.cloud.bigquery.BigQueryException;
@@ -124,3 +126,5 @@ public static void importUserEventsFromInlineSource(String defaultCatalog)
124126
}
125127
}
126128
}
129+
130+
// [END retail_import_user_events_from_inline_source]

0 commit comments

Comments
 (0)