BigQuery API v2 (revision 81)



Uses of Class
com.google.api.services.bigquery.model.DatasetList.Datasets

Packages that use DatasetList.Datasets
com.google.api.services.bigquery.model   
 

Uses of DatasetList.Datasets in com.google.api.services.bigquery.model
 

Methods in com.google.api.services.bigquery.model that return DatasetList.Datasets
 DatasetList.Datasets DatasetList.Datasets.setDatasetReference(DatasetReference datasetReference)
          Reference identifying dataset.
 DatasetList.Datasets DatasetList.Datasets.setFriendlyName(String friendlyName)
          A descriptive name for this dataset, if one exists.
 DatasetList.Datasets DatasetList.Datasets.setId(String id)
          The fully-qualified unique name of this dataset in the format projectId:datasetId.
 DatasetList.Datasets DatasetList.Datasets.setKind(String kind)
          The resource type.
 

Methods in com.google.api.services.bigquery.model that return types with arguments of type DatasetList.Datasets
 List<DatasetList.Datasets> DatasetList.getDatasets()
          An array of one or more summarized dataset resources.
 

Method parameters in com.google.api.services.bigquery.model with type arguments of type DatasetList.Datasets
 DatasetList DatasetList.setDatasets(List<DatasetList.Datasets> datasets)
          An array of one or more summarized dataset resources.