public static interface BigQueryClient.CreateTableOptions
| Modifier and Type | Method and Description |
|---|---|
default Map<String,String> |
getBigQueryTableLabels() |
default Optional<String> |
getKmsKeyName() |
static BigQueryClient.CreateTableOptions |
of(Optional<String> kmsKeyName,
Map<String,String> bigQueryTableLabels) |
Copyright © 2024. All rights reserved.