gogol-debugger-0.1.1: Google Stackdriver Debugger 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.CloudDebugger.Debugger.Debuggees.Breakpoints.List

Contents

Description

Lists all breakpoints for the debuggee.

See: Stackdriver Debugger API Reference for clouddebugger.debugger.debuggees.breakpoints.list.

Synopsis

REST Resource

type DebuggerDebuggeesBreakpointsListResource = "v2" :> ("debugger" :> ("debuggees" :> (Capture "debuggeeId" Text :> ("breakpoints" :> (QueryParam "$.xgafv" Text :> (QueryParam "includeInactive" Bool :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "action.value" Text :> (QueryParam "uploadType" Text :> (QueryParam "stripResults" Bool :> (QueryParam "bearer_token" Text :> (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

data DebuggerDebuggeesBreakpointsList Source #

Lists all breakpoints for the debuggee.

See: debuggerDebuggeesBreakpointsList smart constructor.

Instances

Eq DebuggerDebuggeesBreakpointsList Source # 
Data DebuggerDebuggeesBreakpointsList Source # 

Methods

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

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

toConstr :: DebuggerDebuggeesBreakpointsList -> Constr #

dataTypeOf :: DebuggerDebuggeesBreakpointsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DebuggerDebuggeesBreakpointsList Source # 
Generic DebuggerDebuggeesBreakpointsList Source # 
GoogleRequest DebuggerDebuggeesBreakpointsList Source # 
type Rep DebuggerDebuggeesBreakpointsList Source # 
type Rep DebuggerDebuggeesBreakpointsList = D1 (MetaData "DebuggerDebuggeesBreakpointsList" "Network.Google.Resource.CloudDebugger.Debugger.Debuggees.Breakpoints.List" "gogol-debugger-0.1.1-BHZZWYU0dZJIYnKPIfisjE" False) (C1 (MetaCons "DebuggerDebuggeesBreakpointsList'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ddblXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_ddblIncludeInactive") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_ddblUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ddblPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) (S1 (MetaSel (Just Symbol "_ddblAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_ddblActionValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ddblUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ddblStripResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) ((:*:) (S1 (MetaSel (Just Symbol "_ddblBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ddblIncludeAllUsers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ddblWaitToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ddblDebuggeeId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_ddblClientVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ddblCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))
type Scopes DebuggerDebuggeesBreakpointsList Source # 
type Scopes DebuggerDebuggeesBreakpointsList = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/cloud_debugger" ([] Symbol))
type Rs DebuggerDebuggeesBreakpointsList Source # 

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").

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 #

When set to `true`, the response breakpoints are stripped of the results fields: `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. Following: `domain/type/version` (e.g., `google.com/intellij/v1`).