Package com.google.cloud.bigquery
Class StandardSQLTableType
java.lang.Object
com.google.cloud.bigquery.StandardSQLTableType
- All Implemented Interfaces:
Serializable
Represents Standard SQL table type information.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract List<StandardSQLField>Returns the columns in this table type.static StandardSQLTableType.BuilderReturns a builder for aStandardSQLTableTypeobject.static StandardSQLTableType.BuildernewBuilder(List<StandardSQLField> columns) Returns a builder for aStandardSQLTableTypeobject with the specified columns.abstract StandardSQLTableType.Builder
-
Constructor Details
-
StandardSQLTableType
public StandardSQLTableType()
-
-
Method Details
-
getColumns
Returns the columns in this table type. -
toBuilder
-
newBuilder
Returns a builder for aStandardSQLTableTypeobject. -
newBuilder
Returns a builder for aStandardSQLTableTypeobject with the specified columns.
-