public interface ExampleBigQueryTableOptions extends GcpOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExampleBigQueryTableOptions.BigQueryTableFactory
Returns the job name as the default BigQuery table name.
|
GcpOptions.CredentialDirFactory, GcpOptions.DefaultProjectFactory, GcpOptions.GcpTempLocationFactory, GcpOptions.GcpUserCredentialsFactoryGoogleApiDebugOptions.GoogleApiTracerPipelineOptions.AtomicLongFactory, PipelineOptions.CheckEnabled, PipelineOptions.DirectRunner, PipelineOptions.JobNameFactory| Modifier and Type | Method and Description |
|---|---|
String |
getBigQueryDataset() |
TableSchema |
getBigQuerySchema() |
String |
getBigQueryTable() |
void |
setBigQueryDataset(String dataset) |
void |
setBigQuerySchema(TableSchema schema) |
void |
setBigQueryTable(String table) |
getAuthorizationServerEncodedUrl, getCredentialDir, getCredentialFactoryClass, getCredentialId, getGcpCredential, getGcpTempLocation, getProject, getSecretsFile, getServiceAccountKeyfile, getServiceAccountName, getTokenServerUrl, setAuthorizationServerEncodedUrl, setCredentialDir, setCredentialFactoryClass, setCredentialId, setGcpCredential, setGcpTempLocation, setProject, setSecretsFile, setServiceAccountKeyfile, setServiceAccountName, setTokenServerUrlgetGoogleApiTrace, setGoogleApiTraceas, getJobName, getOptionsId, getRunner, getStableUniqueNames, getTempLocation, setJobName, setOptionsId, setRunner, setStableUniqueNames, setTempLocationpopulateDisplayData@Default.String(value="beam_examples") String getBigQueryDataset()
void setBigQueryDataset(String dataset)
@Default.InstanceFactory(value=ExampleBigQueryTableOptions.BigQueryTableFactory.class) String getBigQueryTable()
void setBigQueryTable(String table)
TableSchema getBigQuerySchema()
void setBigQuerySchema(TableSchema schema)