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 |
Dataset.Builder
A builder for
Dataset objects. |
Modifier and Type | Method and Description |
---|---|
static DatasetInfo.Builder |
DatasetInfo.newBuilder(DatasetId datasetId)
Returns a builder for a
DatasetInfo object given it's identity. |
static DatasetInfo.Builder |
DatasetInfo.newBuilder(String datasetId)
Returns a builder for a
DatasetInfo object given it's user-defined id. |
static DatasetInfo.Builder |
DatasetInfo.newBuilder(String projectId,
String datasetId)
Returns a builder for the DatasetInfo object given it's user-defined project and dataset ids.
|
abstract DatasetInfo.Builder |
DatasetInfo.Builder.setAcl(List<Acl> acl)
Sets the dataset's access control configuration.
|
abstract DatasetInfo.Builder |
DatasetInfo.Builder.setDatasetId(DatasetId datasetId)
Sets the dataset identity.
|
abstract DatasetInfo.Builder |
DatasetInfo.Builder.setDefaultEncryptionConfiguration(EncryptionConfiguration defaultEncryptionConfiguration)
The default encryption key for all tables in the dataset.
|
abstract DatasetInfo.Builder |
DatasetInfo.Builder.setDefaultPartitionExpirationMs(Long defaultPartitionExpirationMs)
[Optional] The default partition expiration time for all partitioned tables in the dataset,
in milliseconds.
|
abstract DatasetInfo.Builder |
DatasetInfo.Builder.setDefaultTableLifetime(Long defaultTableLifetime)
Sets the default lifetime of all tables in the dataset, in milliseconds.
|
abstract DatasetInfo.Builder |
DatasetInfo.Builder.setDescription(String description)
Sets a user-friendly description for the dataset.
|
abstract DatasetInfo.Builder |
DatasetInfo.Builder.setFriendlyName(String friendlyName)
Sets a user-friendly name for the dataset.
|
abstract DatasetInfo.Builder |
DatasetInfo.Builder.setLabels(Map<String,String> labels) |
abstract DatasetInfo.Builder |
DatasetInfo.Builder.setLocation(String location)
Sets the geographic location where the dataset should reside.
|
DatasetInfo.Builder |
DatasetInfo.toBuilder()
Returns a builder for the dataset object.
|
Copyright © 2019 Google LLC. All rights reserved.