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.
|
static class |
JobConfiguration.Type
Type of a BigQuery Job.
|
Modifier and Type | Method and Description |
---|---|
JobConfiguration.Type |
getType()
Returns the type of the job configuration.
|
abstract JobConfiguration.Builder |
toBuilder()
Returns a builder for the object.
|
String |
toString() |
public JobConfiguration.Type getType()
public abstract JobConfiguration.Builder toBuilder()
Copyright © 2019 Google LLC. All rights reserved.