| Copyright | (c) 2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.BigQuery.DataSets.Get
Description
Returns the dataset specified by datasetID.
See: BigQuery API Reference for bigquery.datasets.get.
- type DataSetsGetResource = "bigquery" :> ("v2" :> ("projects" :> (Capture "projectId" Text :> ("datasets" :> (Capture "datasetId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` DataSet))))))
- dataSetsGet :: Text -> Text -> DataSetsGet
- data DataSetsGet
- dsgDataSetId :: Lens' DataSetsGet Text
- dsgProjectId :: Lens' DataSetsGet Text
REST Resource
type DataSetsGetResource = "bigquery" :> ("v2" :> ("projects" :> (Capture "projectId" Text :> ("datasets" :> (Capture "datasetId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` DataSet)))))) Source
A resource alias for bigquery.datasets.get method which the
DataSetsGet request conforms to.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DataSetsGet |
Creates a value of DataSetsGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DataSetsGet Source
Returns the dataset specified by datasetID.
See: dataSetsGet smart constructor.
Instances
Request Lenses
dsgDataSetId :: Lens' DataSetsGet Text Source
Dataset ID of the requested dataset
dsgProjectId :: Lens' DataSetsGet Text Source
Project ID of the requested dataset