gogol-containerbuilder-0.3.0: Google Cloud Container Builder 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.Cloudbuild.Projects.Builds.Get

Contents

Description

Returns information about a previously requested build. The Build that is returned includes its status (e.g., success or failure, or in-progress), and timing information.

See: Google Cloud Container Builder API Reference for cloudbuild.projects.builds.get.

Synopsis

REST Resource

type ProjectsBuildsGetResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("builds" :> (Capture "id" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Build)))))))))))) Source #

A resource alias for cloudbuild.projects.builds.get method which the ProjectsBuildsGet request conforms to.

Creating a Request

projectsBuildsGet Source #

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

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

data ProjectsBuildsGet Source #

Returns information about a previously requested build. The Build that is returned includes its status (e.g., success or failure, or in-progress), and timing information.

See: projectsBuildsGet smart constructor.

Instances

Eq ProjectsBuildsGet Source # 
Data ProjectsBuildsGet Source # 

Methods

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

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

toConstr :: ProjectsBuildsGet -> Constr #

dataTypeOf :: ProjectsBuildsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsBuildsGet Source # 
Generic ProjectsBuildsGet Source # 
GoogleRequest ProjectsBuildsGet Source # 
type Rep ProjectsBuildsGet Source # 
type Scopes ProjectsBuildsGet Source # 
type Scopes ProjectsBuildsGet = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ([] Symbol)
type Rs ProjectsBuildsGet Source # 

Request Lenses

pbgUploadProtocol :: Lens' ProjectsBuildsGet (Maybe Text) Source #

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

pbgPp :: Lens' ProjectsBuildsGet Bool Source #

Pretty-print response.

pbgUploadType :: Lens' ProjectsBuildsGet (Maybe Text) Source #

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