-
Fields Field Description org.apache.beam.sdk.extensions.gcp.options.GcpOptions.WINDMILL_SERVICE_EXPERIMENT Use STREAMING_ENGINE_EXPERIMENT instead.
-
Methods Method Description org.apache.beam.sdk.extensions.gcp.options.GcpOptions.getZone() UseGcpOptions.getWorkerZone()instead.org.apache.beam.sdk.extensions.gcp.options.GcpOptions.setZone(String) UseGcpOptions.setWorkerZone(java.lang.String)instead.org.apache.beam.sdk.extensions.gcp.options.GcsOptions.getExecutorService() useExecutorOptions.getScheduledExecutorService()insteadorg.apache.beam.sdk.extensions.gcp.options.GcsOptions.setExecutorService(ExecutorService) useExecutorOptions.setScheduledExecutorService(java.util.concurrent.ScheduledExecutorService)instead. If set, it may result in multiple ExecutorServices, and therefore thread pools, in the runtime.org.apache.beam.sdk.extensions.gcp.util.GcsUtil.create(GcsPath, String) UseGcsUtil.create(GcsPath, CreateOptions)instead.