A lot of the documentation for the Google Cloud Platform for Java SDK 2.x tell you to reference Beam documentation.
When reading from PubSub using Dataflow, should I still be doing PubsubIO.Read.named("name").topic("");
Or should I be doing something else?
Also building off of that, is there a way to just print PubSub data received by the Dataflow to standard output or to a file?