Package | Description |
---|---|
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
|
Modifier and Type | Class and Description |
---|---|
static class |
Table.Builder
A builder for
Table objects. |
Modifier and Type | Method and Description |
---|---|
static TableInfo.Builder |
TableInfo.newBuilder(TableId tableId,
TableDefinition definition)
Returns a builder for a
TableInfo object given table identity and definition. |
abstract TableInfo.Builder |
TableInfo.Builder.setDefinition(TableDefinition definition)
Sets the table definition.
|
abstract TableInfo.Builder |
TableInfo.Builder.setDescription(String description)
Sets a user-friendly description for the table.
|
abstract TableInfo.Builder |
TableInfo.Builder.setEncryptionConfiguration(EncryptionConfiguration configuration) |
TableInfo.Builder |
Table.Builder.setEncryptionConfiguration(EncryptionConfiguration configuration) |
abstract TableInfo.Builder |
TableInfo.Builder.setExpirationTime(Long expirationTime)
Sets the time when this table expires, in milliseconds since the epoch.
|
abstract TableInfo.Builder |
TableInfo.Builder.setFriendlyName(String friendlyName)
Sets a user-friendly name for the table.
|
abstract TableInfo.Builder |
TableInfo.Builder.setLabels(Map<String,String> labels)
Sets the labels applied to this table.
|
abstract TableInfo.Builder |
TableInfo.Builder.setTableId(TableId tableId)
Sets the table identity.
|
TableInfo.Builder |
TableInfo.toBuilder()
Returns a builder for the table object.
|
Copyright © 2019 Google LLC. All rights reserved.