public abstract class JobConfiguration extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
JobConfiguration.Builder<T extends JobConfiguration,B extends JobConfiguration.Builder<T,B>>
Base builder for job configurations.
|
| Modifier and Type | Method and Description |
|---|---|
abstract JobConfiguration.Builder |
toBuilder()
Returns a builder for the object.
|
String |
toString() |
com.google.cloud.bigquery.JobConfiguration.Type |
type()
Returns the type of the job configuration.
|
public com.google.cloud.bigquery.JobConfiguration.Type type()
public abstract JobConfiguration.Builder toBuilder()
Copyright © 2016 Google. All rights reserved.