Copyright | (c) 2015-2016 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
.
Synopsis
- 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
Eq DataSetsGet Source # | |
Data DataSetsGet Source # | |
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 # | |
Defined in Network.Google.Resource.BigQuery.DataSets.Get Methods showsPrec :: Int -> DataSetsGet -> ShowS # show :: DataSetsGet -> String # showList :: [DataSetsGet] -> ShowS # | |
Generic DataSetsGet Source # | |
Defined in Network.Google.Resource.BigQuery.DataSets.Get Associated Types type Rep DataSetsGet :: Type -> Type # | |
GoogleRequest DataSetsGet Source # | |
Defined in Network.Google.Resource.BigQuery.DataSets.Get Methods requestClient :: DataSetsGet -> GClient (Rs DataSetsGet) # | |
type Rep DataSetsGet Source # | |
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 # | |
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 # | |
Request Lenses
dsgDataSetId :: Lens' DataSetsGet Text Source #
Dataset ID of the requested dataset
dsgProjectId :: Lens' DataSetsGet Text Source #
Project ID of the requested dataset