Package com.google.cloud.bigquery
Class SnapshotTableDefinition
java.lang.Object
com.google.cloud.bigquery.TableDefinition
com.google.cloud.bigquery.SnapshotTableDefinition
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.google.cloud.bigquery.TableDefinition
TableDefinition.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract TableIdabstract Clusteringabstract RangePartitioningabstract Stringabstract TimePartitioningReturns a builder for a snapshot table definition.abstract SnapshotTableDefinition.BuilderReturns a builder for the object.Methods inherited from class com.google.cloud.bigquery.TableDefinition
getSchema, getType
-
Constructor Details
-
SnapshotTableDefinition
public SnapshotTableDefinition()
-
-
Method Details
-
getBaseTableId
-
getSnapshotTime
-
getTimePartitioning
-
getRangePartitioning
-
getClustering
-
newBuilder
Returns a builder for a snapshot table definition. -
toBuilder
Description copied from class:TableDefinitionReturns a builder for the object.- Specified by:
toBuilderin classTableDefinition
-