gogol-containerbuilder-0.1.1: 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.Cancel

Contents

Description

Cancels a requested build in progress.

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

Synopsis

REST Resource

type ProjectsBuildsCancelResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("builds" :> (CaptureMode "id" "cancel" 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 :> (ReqBody '[JSON] CancelBuildRequest :> Post '[JSON] Build))))))))))))) Source #

A resource alias for cloudbuild.projects.builds.cancel method which the ProjectsBuildsCancel request conforms to.

Creating a Request

projectsBuildsCancel Source #

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

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

data ProjectsBuildsCancel Source #

Cancels a requested build in progress.

See: projectsBuildsCancel smart constructor.

Instances

Eq ProjectsBuildsCancel Source # 
Data ProjectsBuildsCancel Source # 

Methods

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

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

toConstr :: ProjectsBuildsCancel -> Constr #

dataTypeOf :: ProjectsBuildsCancel -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

pbcUploadProtocol :: Lens' ProjectsBuildsCancel (Maybe Text) Source #

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

pbcPp :: Lens' ProjectsBuildsCancel Bool Source #

Pretty-print response.

pbcUploadType :: Lens' ProjectsBuildsCancel (Maybe Text) Source #

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