gogol-composer-0.4.0: Google Cloud Composer 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.Composer.Projects.Locations.Environments.Get

Contents

Description

Get an existing environment.

See: Cloud Composer API Reference for composer.projects.locations.environments.get.

Synopsis

REST Resource

type ProjectsLocationsEnvironmentsGetResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Environment))))))) Source #

A resource alias for composer.projects.locations.environments.get method which the ProjectsLocationsEnvironmentsGet request conforms to.

Creating a Request

projectsLocationsEnvironmentsGet Source #

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

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

data ProjectsLocationsEnvironmentsGet Source #

Get an existing environment.

See: projectsLocationsEnvironmentsGet smart constructor.

Instances
Eq ProjectsLocationsEnvironmentsGet Source # 
Instance details

Defined in Network.Google.Resource.Composer.Projects.Locations.Environments.Get

Data ProjectsLocationsEnvironmentsGet Source # 
Instance details

Defined in Network.Google.Resource.Composer.Projects.Locations.Environments.Get

Methods

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

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

toConstr :: ProjectsLocationsEnvironmentsGet -> Constr #

dataTypeOf :: ProjectsLocationsEnvironmentsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsLocationsEnvironmentsGet Source # 
Instance details

Defined in Network.Google.Resource.Composer.Projects.Locations.Environments.Get

Generic ProjectsLocationsEnvironmentsGet Source # 
Instance details

Defined in Network.Google.Resource.Composer.Projects.Locations.Environments.Get

Associated Types

type Rep ProjectsLocationsEnvironmentsGet :: Type -> Type #

GoogleRequest ProjectsLocationsEnvironmentsGet Source # 
Instance details

Defined in Network.Google.Resource.Composer.Projects.Locations.Environments.Get

type Rep ProjectsLocationsEnvironmentsGet Source # 
Instance details

Defined in Network.Google.Resource.Composer.Projects.Locations.Environments.Get

type Rep ProjectsLocationsEnvironmentsGet = D1 (MetaData "ProjectsLocationsEnvironmentsGet" "Network.Google.Resource.Composer.Projects.Locations.Environments.Get" "gogol-composer-0.4.0-6S7VKRPzWhfCbCdZRSPK6f" False) (C1 (MetaCons "ProjectsLocationsEnvironmentsGet'" PrefixI True) ((S1 (MetaSel (Just "_plegXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_plegUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_plegAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_plegUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_plegName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_plegCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ProjectsLocationsEnvironmentsGet Source # 
Instance details

Defined in Network.Google.Resource.Composer.Projects.Locations.Environments.Get

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

Defined in Network.Google.Resource.Composer.Projects.Locations.Environments.Get

Request Lenses

plegUploadProtocol :: Lens' ProjectsLocationsEnvironmentsGet (Maybe Text) Source #

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

plegUploadType :: Lens' ProjectsLocationsEnvironmentsGet (Maybe Text) Source #

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

plegName :: Lens' ProjectsLocationsEnvironmentsGet Text Source #

The resource name of the environment to get, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"