Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Returns the list of all active breakpoints for the debuggee. The breakpoint specification (`location`, `condition`, and `expressions` fields) is semantically immutable, although the field values may change. For example, an agent may update the location line number to reflect the actual line where the breakpoint was set, but this doesn't change the breakpoint semantics. This means that an agent does not need to check if a breakpoint has changed when it encounters the same breakpoint on a successive call. Moreover, an agent should remember the breakpoints that are completed until the controller removes them from the active list to avoid setting those breakpoints again.
See: Stackdriver Debugger API Reference for clouddebugger.controller.debuggees.breakpoints.list
.
Synopsis
- type ControllerDebuggeesBreakpointsListResource = "v2" :> ("controller" :> ("debuggees" :> (Capture "debuggeeId" Text :> ("breakpoints" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "successOnTimeout" Bool :> (QueryParam "waitToken" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListActiveBreakpointsResponse))))))))))))
- controllerDebuggeesBreakpointsList :: Text -> ControllerDebuggeesBreakpointsList
- data ControllerDebuggeesBreakpointsList
- cdblXgafv :: Lens' ControllerDebuggeesBreakpointsList (Maybe Xgafv)
- cdblUploadProtocol :: Lens' ControllerDebuggeesBreakpointsList (Maybe Text)
- cdblAccessToken :: Lens' ControllerDebuggeesBreakpointsList (Maybe Text)
- cdblUploadType :: Lens' ControllerDebuggeesBreakpointsList (Maybe Text)
- cdblSuccessOnTimeout :: Lens' ControllerDebuggeesBreakpointsList (Maybe Bool)
- cdblWaitToken :: Lens' ControllerDebuggeesBreakpointsList (Maybe Text)
- cdblDebuggeeId :: Lens' ControllerDebuggeesBreakpointsList Text
- cdblCallback :: Lens' ControllerDebuggeesBreakpointsList (Maybe Text)
REST Resource
type ControllerDebuggeesBreakpointsListResource = "v2" :> ("controller" :> ("debuggees" :> (Capture "debuggeeId" Text :> ("breakpoints" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "successOnTimeout" Bool :> (QueryParam "waitToken" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListActiveBreakpointsResponse)))))))))))) Source #
A resource alias for clouddebugger.controller.debuggees.breakpoints.list
method which the
ControllerDebuggeesBreakpointsList
request conforms to.
Creating a Request
controllerDebuggeesBreakpointsList Source #
Creates a value of ControllerDebuggeesBreakpointsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ControllerDebuggeesBreakpointsList Source #
Returns the list of all active breakpoints for the debuggee. The breakpoint specification (`location`, `condition`, and `expressions` fields) is semantically immutable, although the field values may change. For example, an agent may update the location line number to reflect the actual line where the breakpoint was set, but this doesn't change the breakpoint semantics. This means that an agent does not need to check if a breakpoint has changed when it encounters the same breakpoint on a successive call. Moreover, an agent should remember the breakpoints that are completed until the controller removes them from the active list to avoid setting those breakpoints again.
See: controllerDebuggeesBreakpointsList
smart constructor.
Instances
Request Lenses
cdblUploadProtocol :: Lens' ControllerDebuggeesBreakpointsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
cdblAccessToken :: Lens' ControllerDebuggeesBreakpointsList (Maybe Text) Source #
OAuth access token.
cdblUploadType :: Lens' ControllerDebuggeesBreakpointsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
cdblSuccessOnTimeout :: Lens' ControllerDebuggeesBreakpointsList (Maybe Bool) Source #
If set to `true` (recommended), returns `google.rpc.Code.OK` status and sets the `wait_expired` response field to `true` when the server-selected timeout has expired. If set to `false` (deprecated), returns `google.rpc.Code.ABORTED` status when the server-selected timeout has expired.
cdblWaitToken :: Lens' ControllerDebuggeesBreakpointsList (Maybe Text) Source #
A token that, if specified, blocks the method call until the list of active breakpoints has changed, or a server-selected timeout has expired. The value should be set from the `next_wait_token` field in the last response. The initial value should be set to `"init"`.
cdblDebuggeeId :: Lens' ControllerDebuggeesBreakpointsList Text Source #
Identifies the debuggee.