Class TableDefinition (2.53.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicabstractclass TableDefinitionimplementsSerializableBase class for a Google BigQuery table definition.
Implements
SerializableInherited Members
Constructors
TableDefinition()
publicTableDefinition()Methods
getSchema()
publicabstractSchemagetSchema()Returns the table's schema.
| Returns | |
|---|---|
| Type | Description |
Schema |
|
getType()
publicabstractTableDefinition.TypegetType()Returns the table's type. If this table is simple table the method returns Type#TABLE. If this table is an external table this method returns Type#EXTERNAL. If this table is a view table this method returns Type#VIEW.
| Returns | |
|---|---|
| Type | Description |
TableDefinition.Type |
|
toBuilder()
publicabstractTableDefinition.BuildertoBuilder()Returns a builder for the object.
| Returns | |
|---|---|
| Type | Description |
Builder |
|