Skip to content

Commit

Permalink
docs: Add ingestion from GCS sample
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpri10 committed Oct 3, 2024
1 parent dfcdb64 commit 5c391f8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
public class CreateTopicWithCloudStorageIngestionExample {
public static void main(String... args) throws Exception {
// TODO(developer): Replace these variables before running the sample.
String projectId = "cps-prod-ingestion-prober";
String topicId = "mike-test-id";
String projectId = "your-project-id";
String topicId = "your-topic-id";
// Cloud Storage ingestion settings.
// bucket and inputFormat are required arguments.
String bucket = "prieto-test-bucket";
String bucket = "your-bucket";
String inputFormat = "text";
String textDelimiter = "\n";
String matchGlob = "**.txt";
Expand Down

0 comments on commit 5c391f8

Please sign in to comment.