gogol-dfareporting-0.4.0: Google DCM/DFA Reporting And Trafficking 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.DFAReporting.Files.Get

Contents

Description

Retrieves a report file by its report ID and file ID. This method supports media download.

See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.files.get.

Synopsis

REST Resource

type FilesGetResource = ("dfareporting" :> ("v3.2" :> ("reports" :> (Capture "reportId" (Textual Int64) :> ("files" :> (Capture "fileId" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] File))))))) :<|> ("dfareporting" :> ("v3.2" :> ("reports" :> (Capture "reportId" (Textual Int64) :> ("files" :> (Capture "fileId" (Textual Int64) :> (QueryParam "alt" AltMedia :> Get '[OctetStream] Stream))))))) Source #

A resource alias for dfareporting.files.get method which the FilesGet request conforms to.

Creating a Request

filesGet Source #

Creates a value of FilesGet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data FilesGet Source #

Retrieves a report file by its report ID and file ID. This method supports media download.

See: filesGet smart constructor.

Instances
Eq FilesGet Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Files.Get

Data FilesGet Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Files.Get

Methods

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

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

toConstr :: FilesGet -> Constr #

dataTypeOf :: FilesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show FilesGet Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Files.Get

Generic FilesGet Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Files.Get

Associated Types

type Rep FilesGet :: Type -> Type #

Methods

from :: FilesGet -> Rep FilesGet x #

to :: Rep FilesGet x -> FilesGet #

GoogleRequest FilesGet Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Files.Get

Associated Types

type Rs FilesGet :: Type #

type Scopes FilesGet :: [Symbol] #

GoogleRequest (MediaDownload FilesGet) Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Files.Get

Associated Types

type Rs (MediaDownload FilesGet) :: Type #

type Scopes (MediaDownload FilesGet) :: [Symbol] #

type Rep FilesGet Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Files.Get

type Rep FilesGet = D1 (MetaData "FilesGet" "Network.Google.Resource.DFAReporting.Files.Get" "gogol-dfareporting-0.4.0-9N9I1R95b3Y5YmOKldvlKw" False) (C1 (MetaCons "FilesGet'" PrefixI True) (S1 (MetaSel (Just "_fgReportId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)) :*: S1 (MetaSel (Just "_fgFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))))
type Scopes FilesGet Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Files.Get

type Scopes FilesGet = "https://www.googleapis.com/auth/dfareporting" ': ([] :: [Symbol])
type Rs FilesGet Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Files.Get

type Scopes (MediaDownload FilesGet) Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Files.Get

type Rs (MediaDownload FilesGet) Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Files.Get

Request Lenses

fgReportId :: Lens' FilesGet Int64 Source #

The ID of the report.

fgFileId :: Lens' FilesGet Int64 Source #

The ID of the report file.