Uses of Class
com.google.cloud.bigquery.DatasetId
Packages that use DatasetId
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of DatasetId in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return DatasetIdModifier and TypeMethodDescriptionDatasetInfo.getDatasetId()Returns the dataset identity.abstract DatasetIdConnectionSettings.getDefaultDataset()Returns the default datasetQueryJobConfiguration.getDefaultDataset()Returns the default dataset.Acl.DatasetAclEntity.getId()static DatasetIdCreates a dataset identity given only its user-defined id.static DatasetIdCreates a dataset identity given project's and dataset's user-defined ids.Methods in com.google.cloud.bigquery with parameters of type DatasetIdModifier and TypeMethodDescriptionbooleanBigQuery.delete(DatasetId datasetId, BigQuery.DatasetDeleteOption... options) Deletes the requested dataset.BigQuery.getDataset(DatasetId datasetId, BigQuery.DatasetOption... options) Returns the requested dataset ornullif not found.com.google.api.gax.paging.Page<Model>BigQuery.listModels(DatasetId datasetId, BigQuery.ModelListOption... options) Lists the models in the dataset.com.google.api.gax.paging.Page<Routine>BigQuery.listRoutines(DatasetId datasetId, BigQuery.RoutineListOption... options) Lists the routines in the specified dataset.com.google.api.gax.paging.Page<Table>BigQuery.listTables(DatasetId datasetId, BigQuery.TableListOption... options) Lists the tables in the dataset.static DatasetInfo.BuilderDatasetInfo.newBuilder(DatasetId datasetId) Returns a builder for aDatasetInfoobject given it's identity.static DatasetInfoReturns aDatasetInfoobject given it's identity.Dataset.Builder.setDatasetId(DatasetId datasetId) abstract DatasetInfo.BuilderDatasetInfo.Builder.setDatasetId(DatasetId datasetId) Sets the dataset identity.abstract ConnectionSettings.BuilderConnectionSettings.Builder.setDefaultDataset(DatasetId datasetId) Sets the default dataset.QueryJobConfiguration.Builder.setDefaultDataset(DatasetId defaultDataset) Sets the default dataset.Constructors in com.google.cloud.bigquery with parameters of type DatasetIdModifierConstructorDescriptionDatasetAclEntity(DatasetId id, List<String> targetTypes) Creates a DatasetAclEntity given the DatasetAclEntity's id.