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.Locations.Snapshots.Get

Contents

Description

Gets information about a snapshot.

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

Synopsis

REST Resource

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

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

Creating a Request

data ProjectsLocationsSnapshotsGet Source #

Gets information about a snapshot.

See: projectsLocationsSnapshotsGet smart constructor.

Instances
Eq ProjectsLocationsSnapshotsGet Source # 
Instance details

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

Data ProjectsLocationsSnapshotsGet Source # 
Instance details

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

Methods

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

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

toConstr :: ProjectsLocationsSnapshotsGet -> Constr #

dataTypeOf :: ProjectsLocationsSnapshotsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsLocationsSnapshotsGet Source # 
Instance details

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

Generic ProjectsLocationsSnapshotsGet Source # 
Instance details

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

Associated Types

type Rep ProjectsLocationsSnapshotsGet :: Type -> Type #

GoogleRequest ProjectsLocationsSnapshotsGet Source # 
Instance details

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

type Rep ProjectsLocationsSnapshotsGet Source # 
Instance details

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

type Rep ProjectsLocationsSnapshotsGet = D1 (MetaData "ProjectsLocationsSnapshotsGet" "Network.Google.Resource.Dataflow.Projects.Locations.Snapshots.Get" "gogol-dataflow-0.5.0-25PmZMeDtYM77EDuEFzOIX" False) (C1 (MetaCons "ProjectsLocationsSnapshotsGet'" PrefixI True) (((S1 (MetaSel (Just "_plsgXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_plsgUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_plsgLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_plsgAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_plsgUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_plsgProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_plsgCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_plsgSnapshotId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes ProjectsLocationsSnapshotsGet Source # 
Instance details

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

type Scopes ProjectsLocationsSnapshotsGet = "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 ProjectsLocationsSnapshotsGet Source # 
Instance details

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

Request Lenses

plsgUploadProtocol :: Lens' ProjectsLocationsSnapshotsGet (Maybe Text) Source #

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

plsgLocation :: Lens' ProjectsLocationsSnapshotsGet Text Source #

The location that contains this snapshot.

plsgUploadType :: Lens' ProjectsLocationsSnapshotsGet (Maybe Text) Source #

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

plsgProjectId :: Lens' ProjectsLocationsSnapshotsGet Text Source #

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