Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit cdbeaf3

Browse files
committed
Change region tag of new sample.
1 parent 98779b1 commit cdbeaf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/snippets/src/main/java/com/example/bigquerystorage/ParallelWriteCommittedStream.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package com.example.bigquerystorage;
1818

19-
// [START bigquerystorage_jsonstreamwriter_committed]
19+
// [START bigquerystorage_jsonstreamwriter_parallelcommitted]
2020
import com.google.api.core.ApiFuture;
2121
import com.google.api.core.ApiFutureCallback;
2222
import com.google.api.core.ApiFutures;
@@ -276,4 +276,4 @@ public static void writeCommittedStream(String projectId, String datasetName, St
276276
}
277277
}
278278
}
279-
// [END bigquerystorage_jsonstreamwriter_committed]
279+
// [END bigquerystorage_jsonstreamwriter_parallelcommitted]

0 commit comments

Comments
 (0)