public static class BigQuery.TableOption extends Object
Modifier and Type | Method and Description |
---|---|
static BigQuery.TableOption |
autodetectSchema(boolean autodetect)
Returns an option to specify the schema of the table (only applicable for external tables)
should be autodetected when updating the table from the underlying source.
|
boolean |
equals(Object obj) |
static BigQuery.TableOption |
fields(BigQuery.TableField... fields)
Returns an option to specify the table's fields to be returned by the RPC call.
|
int |
hashCode() |
static BigQuery.TableOption |
tableMetadataView(BigQuery.TableMetadataView tableMetadataView)
Returns an option to specify the metadata of the table.
|
String |
toString() |
public static BigQuery.TableOption fields(BigQuery.TableField... fields)
TableOption.fields
can be
used to specify only the fields of interest. TableInfo.getTableId()
and type (which is
part of TableInfo.getDefinition()
) are always returned, even if not specified.public static BigQuery.TableOption autodetectSchema(boolean autodetect)
public static BigQuery.TableOption tableMetadataView(BigQuery.TableMetadataView tableMetadataView)
Copyright © 2023 Google LLC. All rights reserved.