Class DataflowPipelineDebugOptions.DataflowClientFactory

  • All Implemented Interfaces:
    org.apache.beam.sdk.options.DefaultValueFactory<com.google.api.services.dataflow.Dataflow>
    Enclosing interface:
    DataflowPipelineDebugOptions

    public static class DataflowPipelineDebugOptions.DataflowClientFactory
    extends java.lang.Object
    implements org.apache.beam.sdk.options.DefaultValueFactory<com.google.api.services.dataflow.Dataflow>
    Returns the default Dataflow client built from the passed in PipelineOptions.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.api.services.dataflow.Dataflow create​(org.apache.beam.sdk.options.PipelineOptions options)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DataflowClientFactory

        public DataflowClientFactory()
    • Method Detail

      • create

        public com.google.api.services.dataflow.Dataflow create​(org.apache.beam.sdk.options.PipelineOptions options)
        Specified by:
        create in interface org.apache.beam.sdk.options.DefaultValueFactory<com.google.api.services.dataflow.Dataflow>