gogol-bigquery-0.2.0: Google BigQuery SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.BigQuery.DataSets.Get

Contents

Description

Returns the dataset specified by datasetID.

See: BigQuery API Reference for bigquery.datasets.get.

Synopsis

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

dataSetsGet Source #

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

Eq DataSetsGet Source # 
Data DataSetsGet Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DataSetsGet -> c DataSetsGet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DataSetsGet #

toConstr :: DataSetsGet -> Constr #

dataTypeOf :: DataSetsGet -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DataSetsGet) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DataSetsGet) #

gmapT :: (forall b. Data b => b -> b) -> DataSetsGet -> DataSetsGet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DataSetsGet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DataSetsGet -> r #

gmapQ :: (forall d. Data d => d -> u) -> DataSetsGet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DataSetsGet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DataSetsGet -> m DataSetsGet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DataSetsGet -> m DataSetsGet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DataSetsGet -> m DataSetsGet #

Show DataSetsGet Source # 
Generic DataSetsGet Source # 

Associated Types

type Rep DataSetsGet :: * -> * #

GoogleRequest DataSetsGet Source # 

Associated Types

type Rs DataSetsGet :: * #

type Scopes DataSetsGet :: [Symbol] #

type Rep DataSetsGet Source # 
type Rep DataSetsGet = D1 (MetaData "DataSetsGet" "Network.Google.Resource.BigQuery.DataSets.Get" "gogol-bigquery-0.2.0-3fCPg7tJifhHdk9ndZyz2d" False) (C1 (MetaCons "DataSetsGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dsgDataSetId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_dsgProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes DataSetsGet Source # 
type Scopes DataSetsGet = (:) Symbol "https://www.googleapis.com/auth/bigquery" ((:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/cloud-platform.read-only" ([] Symbol)))
type Rs DataSetsGet Source # 

Request Lenses

dsgDataSetId :: Lens' DataSetsGet Text Source #

Dataset ID of the requested dataset

dsgProjectId :: Lens' DataSetsGet Text Source #

Project ID of the requested dataset