We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f1d4b commit de40e53Copy full SHA for de40e53
pubsub/cloud-client/src/main/java/com/example/pubsub/PublisherExample.java
@@ -67,7 +67,7 @@ public static void main(String... args) throws Exception {
67
List<String> messageIds = ApiFutures.allAsList(futures).get();
68
69
for (String messageId : messageIds) {
70
- System.out.println("messageId");
+ System.out.println(messageId);
71
}
72
73
if (publisher != null) {
0 commit comments