| 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.FusionTables.Task.Get
Description
Retrieves a specific task by its ID.
See: Fusion Tables API Reference for fusiontables.task.get.
REST Resource
type TaskGetResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("tasks" :> (Capture "taskId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Task)))))) Source #
A resource alias for fusiontables.task.get method which the
TaskGet request conforms to.
Creating a Request
Creates a value of TaskGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
Retrieves a specific task by its ID.
See: taskGet smart constructor.
Instances
| Eq TaskGet Source # | |
| Data TaskGet Source # | |
Defined in Network.Google.Resource.FusionTables.Task.Get Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TaskGet -> c TaskGet # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TaskGet # toConstr :: TaskGet -> Constr # dataTypeOf :: TaskGet -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TaskGet) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TaskGet) # gmapT :: (forall b. Data b => b -> b) -> TaskGet -> TaskGet # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TaskGet -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TaskGet -> r # gmapQ :: (forall d. Data d => d -> u) -> TaskGet -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> TaskGet -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> TaskGet -> m TaskGet # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TaskGet -> m TaskGet # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TaskGet -> m TaskGet # | |
| Show TaskGet Source # | |
| Generic TaskGet Source # | |
| GoogleRequest TaskGet Source # | |
| type Rep TaskGet Source # | |
Defined in Network.Google.Resource.FusionTables.Task.Get type Rep TaskGet = D1 (MetaData "TaskGet" "Network.Google.Resource.FusionTables.Task.Get" "gogol-fusiontables-0.4.0-Jb8aaUwQ1vj5yEgIm76X5I" False) (C1 (MetaCons "TaskGet'" PrefixI True) (S1 (MetaSel (Just "_tggTaskId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_tggTableId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) | |
| type Scopes TaskGet Source # | |
| type Rs TaskGet Source # | |