Package com.google.cloud.bigquery
Class CloneDefinition.Builder
java.lang.Object
com.google.cloud.bigquery.CloneDefinition.Builder
- Enclosing class:
- CloneDefinition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract CloneDefinitionbuild()Creates aCloneDefinitionobject.abstract CloneDefinition.BuildersetBaseTableId(TableId baseTableId) Reference describing the ID of the table that was Cloned.abstract CloneDefinition.BuildersetCloneTime(String dateTime) The time at which the base table was Cloned.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setBaseTableId
Reference describing the ID of the table that was Cloned. * -
setCloneTime
The time at which the base table was Cloned. This value is reported in the JSON response using RFC3339 format. * -
build
Creates aCloneDefinitionobject.
-