Class DefaultGcpRegionFactory

java.lang.Object
org.apache.beam.runners.dataflow.options.DefaultGcpRegionFactory
All Implemented Interfaces:
DefaultValueFactory<String>

public class DefaultGcpRegionFactory extends Object implements DefaultValueFactory<String>
Factory for a default value for Google Cloud region according to https://cloud.google.com/compute/docs/gcloud-compute/#default-properties. If no other default can be found, returns the empty string.
  • Constructor Details

    • DefaultGcpRegionFactory

      public DefaultGcpRegionFactory()
  • Method Details