| Modifier and Type | Method and Description |
|---|---|
static BigQueryClient.CreateTableOptions |
BigQueryClient.CreateTableOptions.of(Optional<String> kmsKeyName,
Map<String,String> bigQueryTableLabels) |
| Modifier and Type | Method and Description |
|---|---|
com.google.cloud.bigquery.TableInfo |
BigQueryClient.createTable(com.google.cloud.bigquery.TableId tableId,
com.google.cloud.bigquery.Schema schema,
BigQueryClient.CreateTableOptions options)
Creates an empty table in BigQuery.
|
void |
BigQueryClient.createTableIfNeeded(com.google.cloud.bigquery.TableId tableId,
com.google.cloud.bigquery.Schema bigQuerySchema,
BigQueryClient.CreateTableOptions options)
Creates the table with the given schema, only if it does not exist yet.
|
Copyright © 2024. All rights reserved.