gogol-dataflow-0.5.0: Google Dataflow 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.Dataflow.Projects.Snapshots.Get

Contents

Description

Gets information about a snapshot.

See: Dataflow API Reference for dataflow.projects.snapshots.get.

Synopsis

REST Resource

type ProjectsSnapshotsGetResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("snapshots" :> (Capture "snapshotId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "location" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Snapshot))))))))))) Source #

A resource alias for dataflow.projects.snapshots.get method which the ProjectsSnapshotsGet request conforms to.

Creating a Request

projectsSnapshotsGet Source #

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

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

data ProjectsSnapshotsGet Source #

Gets information about a snapshot.

See: projectsSnapshotsGet smart constructor.

Instances
Eq ProjectsSnapshotsGet Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Snapshots.Get

Data ProjectsSnapshotsGet Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Snapshots.Get

Methods

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

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

toConstr :: ProjectsSnapshotsGet -> Constr #

dataTypeOf :: ProjectsSnapshotsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsSnapshotsGet Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Snapshots.Get

Generic ProjectsSnapshotsGet Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Snapshots.Get

Associated Types

type Rep ProjectsSnapshotsGet :: Type -> Type #

GoogleRequest ProjectsSnapshotsGet Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Snapshots.Get

Associated Types

type Rs ProjectsSnapshotsGet :: Type #

type Scopes ProjectsSnapshotsGet :: [Symbol] #

type Rep ProjectsSnapshotsGet Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Snapshots.Get

type Rep ProjectsSnapshotsGet = D1 (MetaData "ProjectsSnapshotsGet" "Network.Google.Resource.Dataflow.Projects.Snapshots.Get" "gogol-dataflow-0.5.0-25PmZMeDtYM77EDuEFzOIX" False) (C1 (MetaCons "ProjectsSnapshotsGet'" PrefixI True) (((S1 (MetaSel (Just "_psgXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_psgUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_psgLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_psgAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_psgUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_psgProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_psgCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_psgSnapshotId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes ProjectsSnapshotsGet Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Snapshots.Get

type Scopes ProjectsSnapshotsGet = "https://www.googleapis.com/auth/cloud-platform" ': ("https://www.googleapis.com/auth/compute" ': ("https://www.googleapis.com/auth/compute.readonly" ': ("https://www.googleapis.com/auth/userinfo.email" ': ([] :: [Symbol]))))
type Rs ProjectsSnapshotsGet Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Snapshots.Get

Request Lenses

psgUploadProtocol :: Lens' ProjectsSnapshotsGet (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

psgLocation :: Lens' ProjectsSnapshotsGet (Maybe Text) Source #

The location that contains this snapshot.

psgUploadType :: Lens' ProjectsSnapshotsGet (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

psgProjectId :: Lens' ProjectsSnapshotsGet Text Source #

The ID of the Cloud Platform project that the snapshot belongs to.