public interface GcsOptions extends ApplicationNameOptions, GcpOptions, PipelineOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
GcsOptions.ExecutorServiceFactory
Returns the default
ExecutorService to use within the Dataflow SDK. |
GcpOptions.CredentialDirFactory, GcpOptions.GcpUserCredentialsFactoryGoogleApiDebugOptions.GoogleApiTracer| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.ExecutorService |
getExecutorService()
The ExecutorService instance to use to create threads, can be overridden to specify an
ExecutorService which is compatible with the users environment.
|
com.google.cloud.dataflow.sdk.util.GcsUtil |
getGcsUtil()
The GcsUtil instance that should be used to communicate with Google Cloud Storage.
|
void |
setExecutorService(java.util.concurrent.ExecutorService value) |
void |
setGcsUtil(com.google.cloud.dataflow.sdk.util.GcsUtil value) |
getAppName, setAppNamegetCredentialDir, getCredentialFactoryClass, getCredentialId, getGCloudPath, getGcpCredential, getProject, getSecretsFile, getServiceAccountKeyfile, getServiceAccountName, setCredentialDir, setCredentialFactoryClass, setCredentialId, setGCloudPath, setGcpCredential, setProject, setSecretsFile, setServiceAccountKeyfile, setServiceAccountNamegetGoogleApiTrace, setGoogleApiTraceas, getRunner, setRunnercom.google.cloud.dataflow.sdk.util.GcsUtil getGcsUtil()
void setGcsUtil(com.google.cloud.dataflow.sdk.util.GcsUtil value)
java.util.concurrent.ExecutorService getExecutorService()
void setExecutorService(java.util.concurrent.ExecutorService value)