gogol-debugger-0.0.1: Google Cloud Debugger SDK.

Copyright(c) 2015 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.CloudDebugger.Debugger.Debuggees.Breakpoints.Delete

Contents

Description

Deletes the breakpoint from the debuggee.

See: Google Cloud Debugger API Reference for clouddebugger.debugger.debuggees.breakpoints.delete.

Synopsis

REST Resource

type DebuggerDebuggeesBreakpointsDeleteResource = "v2" :> ("debugger" :> ("debuggees" :> (Capture "debuggeeId" Text :> ("breakpoints" :> (Capture "breakpointId" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` Empty))))))))))))) Source

A resource alias for clouddebugger.debugger.debuggees.breakpoints.delete method which the DebuggerDebuggeesBreakpointsDelete request conforms to.

Creating a Request

Request Lenses

ddbdUploadProtocol :: Lens' DebuggerDebuggeesBreakpointsDelete (Maybe Text) Source

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

ddbdUploadType :: Lens' DebuggerDebuggeesBreakpointsDelete (Maybe Text) Source

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

ddbdDebuggeeId :: Lens' DebuggerDebuggeesBreakpointsDelete Text Source

The debuggee id to delete the breakpoint from.