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 |
Lists all breakpoints for the debuggee.
See: Stackdriver Debugger API Reference for clouddebugger.debugger.debuggees.breakpoints.list
.
Synopsis
- type DebuggerDebuggeesBreakpointsListResource = "v2" :> ("debugger" :> ("debuggees" :> (Capture "debuggeeId" Text :> ("breakpoints" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "includeInactive" Bool :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "action.value" Text :> (QueryParam "uploadType" Text :> (QueryParam "stripResults" Bool :> (QueryParam "includeAllUsers" Bool :> (QueryParam "waitToken" Text :> (QueryParam "clientVersion" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListBreakpointsResponse))))))))))))))))
- debuggerDebuggeesBreakpointsList :: Text -> DebuggerDebuggeesBreakpointsList
- data DebuggerDebuggeesBreakpointsList
- ddblXgafv :: Lens' DebuggerDebuggeesBreakpointsList (Maybe Xgafv)
- ddblIncludeInactive :: Lens' DebuggerDebuggeesBreakpointsList (Maybe Bool)
- ddblUploadProtocol :: Lens' DebuggerDebuggeesBreakpointsList (Maybe Text)
- ddblAccessToken :: Lens' DebuggerDebuggeesBreakpointsList (Maybe Text)
- ddblActionValue :: Lens' DebuggerDebuggeesBreakpointsList (Maybe Text)
- ddblUploadType :: Lens' DebuggerDebuggeesBreakpointsList (Maybe Text)
- ddblStripResults :: Lens' DebuggerDebuggeesBreakpointsList (Maybe Bool)
- ddblIncludeAllUsers :: Lens' DebuggerDebuggeesBreakpointsList (Maybe Bool)
- ddblWaitToken :: Lens' DebuggerDebuggeesBreakpointsList (Maybe Text)
- ddblDebuggeeId :: Lens' DebuggerDebuggeesBreakpointsList Text
- ddblClientVersion :: Lens' DebuggerDebuggeesBreakpointsList (Maybe Text)
- ddblCallback :: Lens' DebuggerDebuggeesBreakpointsList (Maybe Text)
REST Resource
type DebuggerDebuggeesBreakpointsListResource = "v2" :> ("debugger" :> ("debuggees" :> (Capture "debuggeeId" Text :> ("breakpoints" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "includeInactive" Bool :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "action.value" Text :> (QueryParam "uploadType" Text :> (QueryParam "stripResults" Bool :> (QueryParam "includeAllUsers" Bool :> (QueryParam "waitToken" Text :> (QueryParam "clientVersion" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListBreakpointsResponse)))))))))))))))) Source #
A resource alias for clouddebugger.debugger.debuggees.breakpoints.list
method which the
DebuggerDebuggeesBreakpointsList
request conforms to.
Creating a Request
debuggerDebuggeesBreakpointsList Source #
Creates a value of DebuggerDebuggeesBreakpointsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DebuggerDebuggeesBreakpointsList Source #
Lists all breakpoints for the debuggee.
See: debuggerDebuggeesBreakpointsList
smart constructor.
Instances
Request Lenses
ddblIncludeInactive :: Lens' DebuggerDebuggeesBreakpointsList (Maybe Bool) Source #
When set to `true`, the response includes active and inactive breakpoints. Otherwise, it includes only active breakpoints.
ddblUploadProtocol :: Lens' DebuggerDebuggeesBreakpointsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
ddblAccessToken :: Lens' DebuggerDebuggeesBreakpointsList (Maybe Text) Source #
OAuth access token.
ddblActionValue :: Lens' DebuggerDebuggeesBreakpointsList (Maybe Text) Source #
Only breakpoints with the specified action will pass the filter.
ddblUploadType :: Lens' DebuggerDebuggeesBreakpointsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
ddblStripResults :: Lens' DebuggerDebuggeesBreakpointsList (Maybe Bool) Source #
This field is deprecated. The following fields are always stripped out of the result: `stack_frames`, `evaluated_expressions` and `variable_table`.
ddblIncludeAllUsers :: Lens' DebuggerDebuggeesBreakpointsList (Maybe Bool) Source #
When set to `true`, the response includes the list of breakpoints set by any user. Otherwise, it includes only breakpoints set by the caller.
ddblWaitToken :: Lens' DebuggerDebuggeesBreakpointsList (Maybe Text) Source #
A wait token that, if specified, blocks the call until the breakpoints list has changed, or a server selected timeout has expired. The value should be set from the last response. The error code `google.rpc.Code.ABORTED` (RPC) is returned on wait timeout, which should be called again with the same `wait_token`.
ddblDebuggeeId :: Lens' DebuggerDebuggeesBreakpointsList Text Source #
ID of the debuggee whose breakpoints to list.
ddblClientVersion :: Lens' DebuggerDebuggeesBreakpointsList (Maybe Text) Source #
The client version making the call. Schema: `domain/type/version` (e.g., `google.com/intellij/v1`).