gogol-bigquery-0.4.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 # 
Instance details

Defined in Network.Google.Resource.BigQuery.DataSets.Get

Data DataSetsGet Source # 
Instance details

Defined in Network.Google.Resource.BigQuery.DataSets.Get

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 # 
Instance details

Defined in Network.Google.Resource.BigQuery.DataSets.Get

Generic DataSetsGet Source # 
Instance details

Defined in Network.Google.Resource.BigQuery.DataSets.Get

Associated Types

type Rep DataSetsGet :: Type -> Type #

GoogleRequest DataSetsGet Source # 
Instance details

Defined in Network.Google.Resource.BigQuery.DataSets.Get

Associated Types

type Rs DataSetsGet :: Type #

type Scopes DataSetsGet :: [Symbol] #

type Rep DataSetsGet Source # 
Instance details

Defined in Network.Google.Resource.BigQuery.DataSets.Get

type Rep DataSetsGet = D1 (MetaData "DataSetsGet" "Network.Google.Resource.BigQuery.DataSets.Get" "gogol-bigquery-0.4.0-3wbQXUDNgiIGV0tYGk98l5" False) (C1 (MetaCons "DataSetsGet'" PrefixI True) (S1 (MetaSel (Just "_dsgDataSetId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dsgProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes DataSetsGet Source # 
Instance details

Defined in Network.Google.Resource.BigQuery.DataSets.Get

type Scopes DataSetsGet = "https://www.googleapis.com/auth/bigquery" ': ("https://www.googleapis.com/auth/cloud-platform" ': ("https://www.googleapis.com/auth/cloud-platform.read-only" ': ([] :: [Symbol])))
type Rs DataSetsGet Source # 
Instance details

Defined in Network.Google.Resource.BigQuery.DataSets.Get

Request Lenses

dsgDataSetId :: Lens' DataSetsGet Text Source #

Dataset ID of the requested dataset

dsgProjectId :: Lens' DataSetsGet Text Source #

Project ID of the requested dataset