| Interface | Description |
|---|---|
| ExampleBigQueryTableOptions |
Options that can be used to configure BigQuery tables in Beam examples.
|
| ExampleOptions |
Options that can be used to configure the Beam examples.
|
| ExamplePubsubTopicAndSubscriptionOptions |
Options that can be used to configure Pub/Sub topic/subscription in Beam examples.
|
| ExamplePubsubTopicOptions |
Options that can be used to configure Pub/Sub topic in Beam examples.
|
| Class | Description |
|---|---|
| ExampleBigQueryTableOptions.BigQueryTableFactory |
Returns the job name as the default BigQuery table name.
|
| ExamplePubsubTopicAndSubscriptionOptions.PubsubSubscriptionFactory |
Returns a default Pub/Sub subscription based on the project and the job names.
|
| ExamplePubsubTopicOptions.PubsubTopicFactory |
Returns a default Pub/Sub topic based on the project and the job names.
|
| ExampleUtils |
The utility class that sets up and tears down external resources,
and cancels the streaming pipelines once the program terminates.
|