Package | Description |
---|---|
com.google.cloud.bigquery |
A client to Google Cloud BigQuery.
|
Modifier and Type | Class and Description |
---|---|
static class |
Dataset.Builder
A builder for
Dataset objects. |
Modifier and Type | Method and Description |
---|---|
abstract DatasetInfo.Builder |
DatasetInfo.Builder.acl(List<Acl> acl)
Sets the dataset's access control configuration.
|
static DatasetInfo.Builder |
DatasetInfo.builder(DatasetId datasetId)
Returns a builder for a
DatasetInfo object given it's identity. |
static DatasetInfo.Builder |
DatasetInfo.builder(String datasetId)
Returns a builder for a
DatasetInfo object given it's user-defined id. |
static DatasetInfo.Builder |
DatasetInfo.builder(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.datasetId(DatasetId datasetId)
Sets the dataset identity.
|
abstract DatasetInfo.Builder |
DatasetInfo.Builder.defaultTableLifetime(Long defaultTableLifetime)
Sets the default lifetime of all tables in the dataset, in milliseconds.
|
abstract DatasetInfo.Builder |
DatasetInfo.Builder.description(String description)
Sets a user-friendly description for the dataset.
|
abstract DatasetInfo.Builder |
DatasetInfo.Builder.friendlyName(String friendlyName)
Sets a user-friendly name for the dataset.
|
abstract DatasetInfo.Builder |
DatasetInfo.Builder.location(String location)
Sets the geographic location where the dataset should reside.
|
DatasetInfo.Builder |
DatasetInfo.toBuilder()
Returns a builder for the dataset object.
|
Copyright © 2016 Google. All rights reserved.