gogol-useraccounts-0.3.0: Google Cloud User Accounts 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.CloudUserAccounts.GlobalAccountsOperations.Get

Contents

Description

Retrieves the specified operation resource.

See: Cloud User Accounts API Reference for clouduseraccounts.globalAccountsOperations.get.

Synopsis

REST Resource

type GlobalAccountsOperationsGetResource = "clouduseraccounts" :> ("beta" :> ("projects" :> (Capture "project" Text :> ("global" :> ("operations" :> (Capture "operation" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Operation))))))) Source #

A resource alias for clouduseraccounts.globalAccountsOperations.get method which the GlobalAccountsOperationsGet request conforms to.

Creating a Request

globalAccountsOperationsGet Source #

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

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

data GlobalAccountsOperationsGet Source #

Retrieves the specified operation resource.

See: globalAccountsOperationsGet smart constructor.

Instances

Eq GlobalAccountsOperationsGet Source # 
Data GlobalAccountsOperationsGet Source # 

Methods

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

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

toConstr :: GlobalAccountsOperationsGet -> Constr #

dataTypeOf :: GlobalAccountsOperationsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GlobalAccountsOperationsGet Source # 
Generic GlobalAccountsOperationsGet Source # 
GoogleRequest GlobalAccountsOperationsGet Source # 
type Rep GlobalAccountsOperationsGet Source # 
type Rep GlobalAccountsOperationsGet = D1 (MetaData "GlobalAccountsOperationsGet" "Network.Google.Resource.CloudUserAccounts.GlobalAccountsOperations.Get" "gogol-useraccounts-0.3.0-G77LHaYsSj1FbuuzRmHYWr" False) (C1 (MetaCons "GlobalAccountsOperationsGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gaogProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_gaogOperation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes GlobalAccountsOperationsGet Source # 
type Scopes GlobalAccountsOperationsGet = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/cloud-platform.read-only" ((:) Symbol "https://www.googleapis.com/auth/cloud.useraccounts" ((:) Symbol "https://www.googleapis.com/auth/cloud.useraccounts.readonly" ([] Symbol))))
type Rs GlobalAccountsOperationsGet Source # 

Request Lenses

gaogProject :: Lens' GlobalAccountsOperationsGet Text Source #

Project ID for this request.

gaogOperation :: Lens' GlobalAccountsOperationsGet Text Source #

Name of the Operations resource to return.