Package org.apache.beam.examples.common
Class ExamplePubsubTopicOptions.PubsubTopicFactory
- java.lang.Object
-
- org.apache.beam.examples.common.ExamplePubsubTopicOptions.PubsubTopicFactory
-
- All Implemented Interfaces:
org.apache.beam.sdk.options.DefaultValueFactory<java.lang.String>
- Enclosing interface:
- ExamplePubsubTopicOptions
public static class ExamplePubsubTopicOptions.PubsubTopicFactory extends java.lang.Object implements org.apache.beam.sdk.options.DefaultValueFactory<java.lang.String>Returns a default Pub/Sub topic based on the project and the job names.
-
-
Constructor Summary
Constructors Constructor Description PubsubTopicFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringcreate(org.apache.beam.sdk.options.PipelineOptions options)
-