gogol-debugger-0.1.0: Google Cloud 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.Debugger

Contents

Description

Examines the call stack and variables of a running application without stopping or slowing it down.

See: Google Cloud Debugger API Reference

Synopsis

Service Configuration

debuggerService :: ServiceConfig Source #

Default request referring to version v2 of the Google Cloud Debugger API. This contains the host and root path used as a starting point for constructing service requests.

OAuth Scopes

cloudDebuggerScope :: Proxy '["https://www.googleapis.com/auth/cloud_debugger"] Source #

Manage cloud debugger

cloudDebugletcontrollerScope :: Proxy '["https://www.googleapis.com/auth/cloud_debugletcontroller"] Source #

Manage active breakpoints in cloud debugger

cloudPlatformScope :: Proxy '["https://www.googleapis.com/auth/cloud-platform"] Source #

View and manage your data across Google Cloud Platform services

API Declaration

Resources

clouddebugger.controller.debuggees.breakpoints.list

clouddebugger.controller.debuggees.breakpoints.update

clouddebugger.controller.debuggees.register

clouddebugger.debugger.debuggees.breakpoints.delete

clouddebugger.debugger.debuggees.breakpoints.get

clouddebugger.debugger.debuggees.breakpoints.list

clouddebugger.debugger.debuggees.breakpoints.set

clouddebugger.debugger.debuggees.list

Types

RegisterDebuggeeResponse

data RegisterDebuggeeResponse Source #

Response for registering a debuggee.

See: registerDebuggeeResponse smart constructor.

Instances

Eq RegisterDebuggeeResponse Source # 
Data RegisterDebuggeeResponse Source # 

Methods

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

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

toConstr :: RegisterDebuggeeResponse -> Constr #

dataTypeOf :: RegisterDebuggeeResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RegisterDebuggeeResponse Source # 
Generic RegisterDebuggeeResponse Source # 
ToJSON RegisterDebuggeeResponse Source # 
FromJSON RegisterDebuggeeResponse Source # 
type Rep RegisterDebuggeeResponse Source # 
type Rep RegisterDebuggeeResponse = D1 (MetaData "RegisterDebuggeeResponse" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" True) (C1 (MetaCons "RegisterDebuggeeResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_rdrDebuggee") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Debuggee))))

registerDebuggeeResponse :: RegisterDebuggeeResponse Source #

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

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

rdrDebuggee :: Lens' RegisterDebuggeeResponse (Maybe Debuggee) Source #

Debuggee resource. The field `id` is guranteed to be set (in addition to the echoed fields).

SourceContext

data SourceContext Source #

A SourceContext is a reference to a tree of files. A SourceContext together with a path point to a unique revision of a single file or directory.

See: sourceContext smart constructor.

Instances

Eq SourceContext Source # 
Data SourceContext Source # 

Methods

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

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

toConstr :: SourceContext -> Constr #

dataTypeOf :: SourceContext -> DataType #

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

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

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

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

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

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

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

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

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

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

Show SourceContext Source # 
Generic SourceContext Source # 

Associated Types

type Rep SourceContext :: * -> * #

ToJSON SourceContext Source # 
FromJSON SourceContext Source # 
type Rep SourceContext Source # 

sourceContext :: SourceContext Source #

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

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

scCloudWorkspace :: Lens' SourceContext (Maybe CloudWorkspaceSourceContext) Source #

A SourceContext referring to a snapshot in a cloud workspace.

scCloudRepo :: Lens' SourceContext (Maybe CloudRepoSourceContext) Source #

A SourceContext referring to a revision in a cloud repo.

scGerrit :: Lens' SourceContext (Maybe GerritSourceContext) Source #

A SourceContext referring to a Gerrit project.

scGit :: Lens' SourceContext (Maybe GitSourceContext) Source #

A SourceContext referring to any third party Git repo (e.g. GitHub).

SetBreakpointResponse

data SetBreakpointResponse Source #

Response for setting a breakpoint.

See: setBreakpointResponse smart constructor.

Instances

Eq SetBreakpointResponse Source # 
Data SetBreakpointResponse Source # 

Methods

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

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

toConstr :: SetBreakpointResponse -> Constr #

dataTypeOf :: SetBreakpointResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show SetBreakpointResponse Source # 
Generic SetBreakpointResponse Source # 
ToJSON SetBreakpointResponse Source # 
FromJSON SetBreakpointResponse Source # 
type Rep SetBreakpointResponse Source # 
type Rep SetBreakpointResponse = D1 (MetaData "SetBreakpointResponse" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" True) (C1 (MetaCons "SetBreakpointResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_sbrBreakpoint") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Breakpoint))))

setBreakpointResponse :: SetBreakpointResponse Source #

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

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

sbrBreakpoint :: Lens' SetBreakpointResponse (Maybe Breakpoint) Source #

Breakpoint resource. The field `id` is guaranteed to be set (in addition to the echoed fileds).

Empty

data Empty Source #

A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.

See: empty smart constructor.

Instances

Eq Empty Source # 

Methods

(==) :: Empty -> Empty -> Bool #

(/=) :: Empty -> Empty -> Bool #

Data Empty Source # 

Methods

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

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

toConstr :: Empty -> Constr #

dataTypeOf :: Empty -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Empty Source # 

Methods

showsPrec :: Int -> Empty -> ShowS #

show :: Empty -> String #

showList :: [Empty] -> ShowS #

Generic Empty Source # 

Associated Types

type Rep Empty :: * -> * #

Methods

from :: Empty -> Rep Empty x #

to :: Rep Empty x -> Empty #

ToJSON Empty Source # 
FromJSON Empty Source # 
type Rep Empty Source # 
type Rep Empty = D1 (MetaData "Empty" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" False) (C1 (MetaCons "Empty'" PrefixI False) U1)

empty :: Empty Source #

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

UpdateActiveBreakpointResponse

data UpdateActiveBreakpointResponse Source #

Response for updating an active breakpoint. The message is defined to allow future extensions.

See: updateActiveBreakpointResponse smart constructor.

Instances

Eq UpdateActiveBreakpointResponse Source # 
Data UpdateActiveBreakpointResponse Source # 

Methods

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

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

toConstr :: UpdateActiveBreakpointResponse -> Constr #

dataTypeOf :: UpdateActiveBreakpointResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show UpdateActiveBreakpointResponse Source # 
Generic UpdateActiveBreakpointResponse Source # 
ToJSON UpdateActiveBreakpointResponse Source # 
FromJSON UpdateActiveBreakpointResponse Source # 
type Rep UpdateActiveBreakpointResponse Source # 
type Rep UpdateActiveBreakpointResponse = D1 (MetaData "UpdateActiveBreakpointResponse" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" False) (C1 (MetaCons "UpdateActiveBreakpointResponse'" PrefixI False) U1)

updateActiveBreakpointResponse :: UpdateActiveBreakpointResponse Source #

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

GerritSourceContext

data GerritSourceContext Source #

A SourceContext referring to a Gerrit project.

See: gerritSourceContext smart constructor.

Instances

Eq GerritSourceContext Source # 
Data GerritSourceContext Source # 

Methods

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

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

toConstr :: GerritSourceContext -> Constr #

dataTypeOf :: GerritSourceContext -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GerritSourceContext Source # 
Generic GerritSourceContext Source # 
ToJSON GerritSourceContext Source # 
FromJSON GerritSourceContext Source # 
type Rep GerritSourceContext Source # 
type Rep GerritSourceContext = D1 (MetaData "GerritSourceContext" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" False) (C1 (MetaCons "GerritSourceContext'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_gscGerritProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_gscAliasName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_gscRevisionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_gscHostURI") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_gscAliasContext") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AliasContext)))))))

gerritSourceContext :: GerritSourceContext Source #

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

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

gscGerritProject :: Lens' GerritSourceContext (Maybe Text) Source #

The full project name within the host. Projects may be nested, so "project/subproject" is a valid project name. The "repo name" is hostURI/project.

gscAliasName :: Lens' GerritSourceContext (Maybe Text) Source #

The name of an alias (branch, tag, etc.).

gscHostURI :: Lens' GerritSourceContext (Maybe Text) Source #

The URI of a running Gerrit instance.

gscAliasContext :: Lens' GerritSourceContext (Maybe AliasContext) Source #

An alias, which may be a branch or tag.

RepoId

data RepoId Source #

A unique identifier for a cloud repo.

See: repoId smart constructor.

Instances

Eq RepoId Source # 

Methods

(==) :: RepoId -> RepoId -> Bool #

(/=) :: RepoId -> RepoId -> Bool #

Data RepoId Source # 

Methods

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

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

toConstr :: RepoId -> Constr #

dataTypeOf :: RepoId -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RepoId Source # 
Generic RepoId Source # 

Associated Types

type Rep RepoId :: * -> * #

Methods

from :: RepoId -> Rep RepoId x #

to :: Rep RepoId x -> RepoId #

ToJSON RepoId Source # 
FromJSON RepoId Source # 
type Rep RepoId Source # 
type Rep RepoId = D1 (MetaData "RepoId" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" False) (C1 (MetaCons "RepoId'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_riUid") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_riProjectRepoId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ProjectRepoId)))))

repoId :: RepoId Source #

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

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

riUid :: Lens' RepoId (Maybe Text) Source #

A server-assigned, globally unique identifier.

riProjectRepoId :: Lens' RepoId (Maybe ProjectRepoId) Source #

A combination of a project ID and a repo name.

ExtendedSourceContextLabels

data ExtendedSourceContextLabels Source #

Labels with user defined metadata.

See: extendedSourceContextLabels smart constructor.

Instances

Eq ExtendedSourceContextLabels Source # 
Data ExtendedSourceContextLabels Source # 

Methods

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

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

toConstr :: ExtendedSourceContextLabels -> Constr #

dataTypeOf :: ExtendedSourceContextLabels -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ExtendedSourceContextLabels Source # 
Generic ExtendedSourceContextLabels Source # 
ToJSON ExtendedSourceContextLabels Source # 
FromJSON ExtendedSourceContextLabels Source # 
type Rep ExtendedSourceContextLabels Source # 
type Rep ExtendedSourceContextLabels = D1 (MetaData "ExtendedSourceContextLabels" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" True) (C1 (MetaCons "ExtendedSourceContextLabels'" PrefixI True) (S1 (MetaSel (Just Symbol "_esclAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

extendedSourceContextLabels Source #

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

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

ProjectRepoId

data ProjectRepoId Source #

Selects a repo using a Google Cloud Platform project ID (e.g. winged-cargo-31) and a repo name within that project.

See: projectRepoId smart constructor.

Instances

Eq ProjectRepoId Source # 
Data ProjectRepoId Source # 

Methods

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

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

toConstr :: ProjectRepoId -> Constr #

dataTypeOf :: ProjectRepoId -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectRepoId Source # 
Generic ProjectRepoId Source # 

Associated Types

type Rep ProjectRepoId :: * -> * #

ToJSON ProjectRepoId Source # 
FromJSON ProjectRepoId Source # 
type Rep ProjectRepoId Source # 
type Rep ProjectRepoId = D1 (MetaData "ProjectRepoId" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" False) (C1 (MetaCons "ProjectRepoId'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_priRepoName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_priProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

projectRepoId :: ProjectRepoId Source #

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

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

priRepoName :: Lens' ProjectRepoId (Maybe Text) Source #

The name of the repo. Leave empty for the default repo.

priProjectId :: Lens' ProjectRepoId (Maybe Text) Source #

The ID of the project.

FormatMessage

data FormatMessage Source #

Represents a message with parameters.

See: formatMessage smart constructor.

Instances

Eq FormatMessage Source # 
Data FormatMessage Source # 

Methods

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

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

toConstr :: FormatMessage -> Constr #

dataTypeOf :: FormatMessage -> DataType #

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

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

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

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

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

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

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

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

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

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

Show FormatMessage Source # 
Generic FormatMessage Source # 

Associated Types

type Rep FormatMessage :: * -> * #

ToJSON FormatMessage Source # 
FromJSON FormatMessage Source # 
type Rep FormatMessage Source # 
type Rep FormatMessage = D1 (MetaData "FormatMessage" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" False) (C1 (MetaCons "FormatMessage'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_fmFormat") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_fmParameters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))))

formatMessage :: FormatMessage Source #

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

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

fmParameters :: Lens' FormatMessage [Text] Source #

Optional parameters to be embedded into the message.

Breakpoint

data Breakpoint Source #

Represents the breakpoint specification, status and results.

See: breakpoint smart constructor.

Instances

Eq Breakpoint Source # 
Data Breakpoint Source # 

Methods

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

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

toConstr :: Breakpoint -> Constr #

dataTypeOf :: Breakpoint -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Breakpoint Source # 
Generic Breakpoint Source # 

Associated Types

type Rep Breakpoint :: * -> * #

ToJSON Breakpoint Source # 
FromJSON Breakpoint Source # 
type Rep Breakpoint Source # 
type Rep Breakpoint = D1 (MetaData "Breakpoint" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" False) (C1 (MetaCons "Breakpoint'" PrefixI True) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_bStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StatusMessage))) (S1 (MetaSel (Just Symbol "_bLogLevel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_bLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SourceLocation))) (S1 (MetaSel (Just Symbol "_bAction") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_bFinalTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_bExpressions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))) ((:*:) (S1 (MetaSel (Just Symbol "_bLogMessageFormat") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_bId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_bLabels") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe BreakpointLabels))) (S1 (MetaSel (Just Symbol "_bUserEmail") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_bVariableTable") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Variable]))) (S1 (MetaSel (Just Symbol "_bStackFrames") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [StackFrame]))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_bCondition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_bEvaluatedExpressions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Variable])))) ((:*:) (S1 (MetaSel (Just Symbol "_bCreateTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_bIsFinalState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))))))

breakpoint :: Breakpoint Source #

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

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

bStatus :: Lens' Breakpoint (Maybe StatusMessage) Source #

Breakpoint status. The status includes an error flag and a human readable message. This field is usually unset. The message can be either informational or an error message. Regardless, clients should always display the text message back to the user. Error status indicates complete failure of the breakpoint. Example (non-final state): `Still loading symbols...` Examples (final state): * `Invalid line number` referring to location * `Field f not found in class C` referring to condition

bLogLevel :: Lens' Breakpoint (Maybe Text) Source #

Indicates the severity of the log. Only relevant when action is `LOG`.

bLocation :: Lens' Breakpoint (Maybe SourceLocation) Source #

Breakpoint source location.

bAction :: Lens' Breakpoint (Maybe Text) Source #

Action that the agent should perform when the code at the breakpoint location is hit.

bFinalTime :: Lens' Breakpoint (Maybe Text) Source #

Time this breakpoint was finalized as seen by the server in seconds resolution.

bExpressions :: Lens' Breakpoint [Text] Source #

List of read-only expressions to evaluate at the breakpoint location. The expressions are composed using expressions in the programming language at the source location. If the breakpoint action is `LOG`, the evaluated expressions are included in log statements.

bId :: Lens' Breakpoint (Maybe Text) Source #

Breakpoint identifier, unique in the scope of the debuggee.

bLabels :: Lens' Breakpoint (Maybe BreakpointLabels) Source #

A set of custom breakpoint properties, populated by the agent, to be displayed to the user.

bUserEmail :: Lens' Breakpoint (Maybe Text) Source #

E-mail address of the user that created this breakpoint

bVariableTable :: Lens' Breakpoint [Variable] Source #

The `variable_table` exists to aid with computation, memory and network traffic optimization. It enables storing a variable once and reference it from multiple variables, including variables stored in the `variable_table` itself. For example, the same `this` object, which may appear at many levels of the stack, can have all of its data stored once in this table. The stack frame variables then would hold only a reference to it. The variable `var_table_index` field is an index into this repeated field. The stored objects are nameless and get their name from the referencing variable. The effective variable is a merge of the referencing variable and the referenced variable.

bStackFrames :: Lens' Breakpoint [StackFrame] Source #

The stack at breakpoint time.

bCondition :: Lens' Breakpoint (Maybe Text) Source #

Condition that triggers the breakpoint. The condition is a compound boolean expression composed using expressions in a programming language at the source location.

bEvaluatedExpressions :: Lens' Breakpoint [Variable] Source #

Values of evaluated expressions at breakpoint time. The evaluated expressions appear in exactly the same order they are listed in the `expressions` field. The `name` field holds the original expression text, the `value` or `members` field holds the result of the evaluated expression. If the expression cannot be evaluated, the `status` inside the `Variable` will indicate an error and contain the error text.

bCreateTime :: Lens' Breakpoint (Maybe Text) Source #

Time this breakpoint was created by the server in seconds resolution.

bIsFinalState :: Lens' Breakpoint (Maybe Bool) Source #

When true, indicates that this is a final result and the breakpoint state will not change from here on.

BreakpointLabels

data BreakpointLabels Source #

A set of custom breakpoint properties, populated by the agent, to be displayed to the user.

See: breakpointLabels smart constructor.

Instances

Eq BreakpointLabels Source # 
Data BreakpointLabels Source # 

Methods

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

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

toConstr :: BreakpointLabels -> Constr #

dataTypeOf :: BreakpointLabels -> DataType #

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

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

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

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

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

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

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

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

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

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

Show BreakpointLabels Source # 
Generic BreakpointLabels Source # 
ToJSON BreakpointLabels Source # 
FromJSON BreakpointLabels Source # 
type Rep BreakpointLabels Source # 
type Rep BreakpointLabels = D1 (MetaData "BreakpointLabels" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" True) (C1 (MetaCons "BreakpointLabels'" PrefixI True) (S1 (MetaSel (Just Symbol "_blAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

breakpointLabels Source #

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

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

GetBreakpointResponse

data GetBreakpointResponse Source #

Response for getting breakpoint information.

See: getBreakpointResponse smart constructor.

Instances

Eq GetBreakpointResponse Source # 
Data GetBreakpointResponse Source # 

Methods

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

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

toConstr :: GetBreakpointResponse -> Constr #

dataTypeOf :: GetBreakpointResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GetBreakpointResponse Source # 
Generic GetBreakpointResponse Source # 
ToJSON GetBreakpointResponse Source # 
FromJSON GetBreakpointResponse Source # 
type Rep GetBreakpointResponse Source # 
type Rep GetBreakpointResponse = D1 (MetaData "GetBreakpointResponse" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" True) (C1 (MetaCons "GetBreakpointResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_gbrBreakpoint") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Breakpoint))))

getBreakpointResponse :: GetBreakpointResponse Source #

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

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

gbrBreakpoint :: Lens' GetBreakpointResponse (Maybe Breakpoint) Source #

Complete breakpoint state. The fields `id` and `location` are guaranteed to be set.

Variable

data Variable Source #

Represents a variable or an argument possibly of a compound object type. Note how the following variables are represented: 1) A simple variable: int x = 5 { name: "x", value: "5", type: "int" } // Captured variable 2) A compound object: struct T { int m1; int m2; }; T x = { 3, 7 }; { // Captured variable name: "x", type: "T", members { name: "m1", value: "3", type: "int" }, members { name: "m2", value: "7", type: "int" } } 3) A pointer where the pointee was captured: T x = { 3, 7 }; T* p = &x; { // Captured variable name: "p", type: "T*", value: "0x00500500", members { name: "m1", value: "3", type: "int" }, members { name: "m2", value: "7", type: "int" } } 4) A pointer where the pointee was not captured: T* p = new T; { // Captured variable name: "p", type: "T*", value: "0x00400400" status { is_error: true, description { format: "unavailable" } } } The status should describe the reason for the missing value, such as ``, ``, ` `. Note that a null pointer should not have members. 5) An unnamed value: int* p = new int(7); { // Captured variable name: "p", value: "0x00500500", type: "int*", members { value: "7", type: "int" } } 6) An unnamed pointer where the pointee was not captured: int* p = new int(7); int** pp = &p; { // Captured variable name: "pp", value: "0x00500500", type: "int**", members { value: "0x00400400", type: "int*" status { is_error: true, description: { format: "unavailable" } } } } } To optimize computation, memory and network traffic, variables that repeat in the output multiple times can be stored once in a shared variable table and be referenced using the `var_table_index` field. The variables stored in the shared table are nameless and are essentially a partition of the complete variable. To reconstruct the complete variable, merge the referencing variable with the referenced variable. When using the shared variable table, the following variables: T x = { 3, 7 }; T* p = &x; T& r = x; { name: "x", var_table_index: 3, type: "T" } // Captured variables { name: "p", value "0x00500500", type="T*", var_table_index: 3 } { name: "r", type="T&", var_table_index: 3 } { // Shared variable table entry #3: members { name: "m1", value: "3", type: "int" }, members { name: "m2", value: "7", type: "int" } } Note that the pointer address is stored with the referencing variable and not with the referenced variable. This allows the referenced variable to be shared between pointers and references. The type field is optional. The debugger agent may or may not support it.

See: variable smart constructor.

Instances

Eq Variable Source # 
Data Variable Source # 

Methods

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

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

toConstr :: Variable -> Constr #

dataTypeOf :: Variable -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Variable Source # 
Generic Variable Source # 

Associated Types

type Rep Variable :: * -> * #

Methods

from :: Variable -> Rep Variable x #

to :: Rep Variable x -> Variable #

ToJSON Variable Source # 
FromJSON Variable Source # 
type Rep Variable Source # 

variable :: Variable Source #

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

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

vStatus :: Lens' Variable (Maybe StatusMessage) Source #

Status associated with the variable. This field will usually stay unset. A status of a single variable only applies to that variable or expression. The rest of breakpoint data still remains valid. Variables might be reported in error state even when breakpoint is not in final state. The message may refer to variable name with `refers_to` set to `VARIABLE_NAME`. Alternatively `refers_to` will be set to `VARIABLE_VALUE`. In either case variable value and members will be unset. Example of error message applied to name: `Invalid expression syntax`. Example of information message applied to value: `Not captured`. Examples of error message applied to value: * `Malformed string`, * `Field f not found in class C` * `Null pointer dereference`

vVarTableIndex :: Lens' Variable (Maybe Int32) Source #

Reference to a variable in the shared variable table. More than one variable can reference the same variable in the table. The `var_table_index` field is an index into `variable_table` in Breakpoint.

vMembers :: Lens' Variable [Variable] Source #

Members contained or pointed to by the variable.

vValue :: Lens' Variable (Maybe Text) Source #

Simple value of the variable.

vName :: Lens' Variable (Maybe Text) Source #

Name of the variable, if any.

vType :: Lens' Variable (Maybe Text) Source #

Variable type (e.g. `MyClass`). If the variable is split with `var_table_index`, `type` goes next to `value`. The interpretation of a type is agent specific. It is recommended to include the dynamic type rather than a static type of an object.

ListBreakpointsResponse

data ListBreakpointsResponse Source #

Response for listing breakpoints.

See: listBreakpointsResponse smart constructor.

Instances

Eq ListBreakpointsResponse Source # 
Data ListBreakpointsResponse Source # 

Methods

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

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

toConstr :: ListBreakpointsResponse -> Constr #

dataTypeOf :: ListBreakpointsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ListBreakpointsResponse Source # 
Generic ListBreakpointsResponse Source # 
ToJSON ListBreakpointsResponse Source # 
FromJSON ListBreakpointsResponse Source # 
type Rep ListBreakpointsResponse Source # 
type Rep ListBreakpointsResponse = D1 (MetaData "ListBreakpointsResponse" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" False) (C1 (MetaCons "ListBreakpointsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lbrNextWaitToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lbrBreakpoints") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Breakpoint])))))

listBreakpointsResponse :: ListBreakpointsResponse Source #

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

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

lbrNextWaitToken :: Lens' ListBreakpointsResponse (Maybe Text) Source #

A wait token that can be used in the next call to `list` (REST) or `ListBreakpoints` (RPC) to block until the list of breakpoints has changes.

lbrBreakpoints :: Lens' ListBreakpointsResponse [Breakpoint] Source #

List of all breakpoints with complete state. The fields `id` and `location` are guaranteed to be set on each breakpoint.

ListDebuggeesResponse

data ListDebuggeesResponse Source #

Response for listing debuggees.

See: listDebuggeesResponse smart constructor.

Instances

Eq ListDebuggeesResponse Source # 
Data ListDebuggeesResponse Source # 

Methods

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

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

toConstr :: ListDebuggeesResponse -> Constr #

dataTypeOf :: ListDebuggeesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ListDebuggeesResponse Source # 
Generic ListDebuggeesResponse Source # 
ToJSON ListDebuggeesResponse Source # 
FromJSON ListDebuggeesResponse Source # 
type Rep ListDebuggeesResponse Source # 
type Rep ListDebuggeesResponse = D1 (MetaData "ListDebuggeesResponse" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" True) (C1 (MetaCons "ListDebuggeesResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_ldrDebuggees") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Debuggee]))))

listDebuggeesResponse :: ListDebuggeesResponse Source #

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

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

ldrDebuggees :: Lens' ListDebuggeesResponse [Debuggee] Source #

List of debuggees accessible to the calling user. Note that the `description` field is the only human readable field that should be displayed to the user. The fields `debuggee.id` and `description` fields are guaranteed to be set on each debuggee.

UpdateActiveBreakpointRequest

data UpdateActiveBreakpointRequest Source #

Request to update an active breakpoint.

See: updateActiveBreakpointRequest smart constructor.

Instances

Eq UpdateActiveBreakpointRequest Source # 
Data UpdateActiveBreakpointRequest Source # 

Methods

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

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

toConstr :: UpdateActiveBreakpointRequest -> Constr #

dataTypeOf :: UpdateActiveBreakpointRequest -> DataType #

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

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

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

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

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

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

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

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

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

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

Show UpdateActiveBreakpointRequest Source # 
Generic UpdateActiveBreakpointRequest Source # 
ToJSON UpdateActiveBreakpointRequest Source # 
FromJSON UpdateActiveBreakpointRequest Source # 
type Rep UpdateActiveBreakpointRequest Source # 
type Rep UpdateActiveBreakpointRequest = D1 (MetaData "UpdateActiveBreakpointRequest" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" True) (C1 (MetaCons "UpdateActiveBreakpointRequest'" PrefixI True) (S1 (MetaSel (Just Symbol "_uabrBreakpoint") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Breakpoint))))

updateActiveBreakpointRequest :: UpdateActiveBreakpointRequest Source #

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

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

uabrBreakpoint :: Lens' UpdateActiveBreakpointRequest (Maybe Breakpoint) Source #

Updated breakpoint information. The field 'id' must be set.

StatusMessage

data StatusMessage Source #

Represents a contextual status message. The message can indicate an error or informational status, and refer to specific parts of the containing object. For example, the `Breakpoint.status` field can indicate an error referring to the `BREAKPOINT_SOURCE_LOCATION` with the message `Location not found`.

See: statusMessage smart constructor.

Instances

Eq StatusMessage Source # 
Data StatusMessage Source # 

Methods

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

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

toConstr :: StatusMessage -> Constr #

dataTypeOf :: StatusMessage -> DataType #

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

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

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

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

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

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

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

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

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

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

Show StatusMessage Source # 
Generic StatusMessage Source # 

Associated Types

type Rep StatusMessage :: * -> * #

ToJSON StatusMessage Source # 
FromJSON StatusMessage Source # 
type Rep StatusMessage Source # 
type Rep StatusMessage = D1 (MetaData "StatusMessage" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" False) (C1 (MetaCons "StatusMessage'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_smRefersTo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_smIsError") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_smDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe FormatMessage))))))

statusMessage :: StatusMessage Source #

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

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

smRefersTo :: Lens' StatusMessage (Maybe Text) Source #

Reference to which the message applies.

smIsError :: Lens' StatusMessage (Maybe Bool) Source #

Distinguishes errors from informational messages.

ListActiveBreakpointsResponse

data ListActiveBreakpointsResponse Source #

Response for listing active breakpoints.

See: listActiveBreakpointsResponse smart constructor.

Instances

Eq ListActiveBreakpointsResponse Source # 
Data ListActiveBreakpointsResponse Source # 

Methods

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

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

toConstr :: ListActiveBreakpointsResponse -> Constr #

dataTypeOf :: ListActiveBreakpointsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ListActiveBreakpointsResponse Source # 
Generic ListActiveBreakpointsResponse Source # 
ToJSON ListActiveBreakpointsResponse Source # 
FromJSON ListActiveBreakpointsResponse Source # 
type Rep ListActiveBreakpointsResponse Source # 
type Rep ListActiveBreakpointsResponse = D1 (MetaData "ListActiveBreakpointsResponse" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" False) (C1 (MetaCons "ListActiveBreakpointsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_labrNextWaitToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_labrBreakpoints") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Breakpoint]))) (S1 (MetaSel (Just Symbol "_labrWaitExpired") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))))

listActiveBreakpointsResponse :: ListActiveBreakpointsResponse Source #

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

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

labrNextWaitToken :: Lens' ListActiveBreakpointsResponse (Maybe Text) Source #

A wait token that can be used in the next method call to block until the list of breakpoints changes.

labrBreakpoints :: Lens' ListActiveBreakpointsResponse [Breakpoint] Source #

List of all active breakpoints. The fields `id` and `location` are guaranteed to be set on each breakpoint.

labrWaitExpired :: Lens' ListActiveBreakpointsResponse (Maybe Bool) Source #

The `wait_expired` field is set to true by the server when the request times out and the field `success_on_timeout` is set to true.

ExtendedSourceContext

data ExtendedSourceContext Source #

An ExtendedSourceContext is a SourceContext combined with additional details describing the context.

See: extendedSourceContext smart constructor.

Instances

Eq ExtendedSourceContext Source # 
Data ExtendedSourceContext Source # 

Methods

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

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

toConstr :: ExtendedSourceContext -> Constr #

dataTypeOf :: ExtendedSourceContext -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ExtendedSourceContext Source # 
Generic ExtendedSourceContext Source # 
ToJSON ExtendedSourceContext Source # 
FromJSON ExtendedSourceContext Source # 
type Rep ExtendedSourceContext Source # 
type Rep ExtendedSourceContext = D1 (MetaData "ExtendedSourceContext" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" False) (C1 (MetaCons "ExtendedSourceContext'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_escContext") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SourceContext))) (S1 (MetaSel (Just Symbol "_escLabels") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ExtendedSourceContextLabels)))))

extendedSourceContext :: ExtendedSourceContext Source #

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

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

GitSourceContext

data GitSourceContext Source #

A GitSourceContext denotes a particular revision in a third party Git repository (e.g. GitHub).

See: gitSourceContext smart constructor.

Instances

Eq GitSourceContext Source # 
Data GitSourceContext Source # 

Methods

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

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

toConstr :: GitSourceContext -> Constr #

dataTypeOf :: GitSourceContext -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GitSourceContext Source # 
Generic GitSourceContext Source # 
ToJSON GitSourceContext Source # 
FromJSON GitSourceContext Source # 
type Rep GitSourceContext Source # 
type Rep GitSourceContext = D1 (MetaData "GitSourceContext" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" False) (C1 (MetaCons "GitSourceContext'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_gRevisionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

gitSourceContext :: GitSourceContext Source #

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

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

gURL :: Lens' GitSourceContext (Maybe Text) Source #

Git repository URL.

gRevisionId :: Lens' GitSourceContext (Maybe Text) Source #

Git commit hash. required.

SourceLocation

data SourceLocation Source #

Represents a location in the source code.

See: sourceLocation smart constructor.

Instances

Eq SourceLocation Source # 
Data SourceLocation Source # 

Methods

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

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

toConstr :: SourceLocation -> Constr #

dataTypeOf :: SourceLocation -> DataType #

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

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

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

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

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

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

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

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

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

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

Show SourceLocation Source # 
Generic SourceLocation Source # 

Associated Types

type Rep SourceLocation :: * -> * #

ToJSON SourceLocation Source # 
FromJSON SourceLocation Source # 
type Rep SourceLocation Source # 
type Rep SourceLocation = D1 (MetaData "SourceLocation" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" False) (C1 (MetaCons "SourceLocation'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_slPath") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_slLine") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))

sourceLocation :: SourceLocation Source #

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

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

slPath :: Lens' SourceLocation (Maybe Text) Source #

Path to the source file within the source context of the target binary.

slLine :: Lens' SourceLocation (Maybe Int32) Source #

Line inside the file. The first line in the file has the value `1`.

StackFrame

data StackFrame Source #

Represents a stack frame context.

See: stackFrame smart constructor.

Instances

Eq StackFrame Source # 
Data StackFrame Source # 

Methods

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

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

toConstr :: StackFrame -> Constr #

dataTypeOf :: StackFrame -> DataType #

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

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

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

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

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

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

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

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

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

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

Show StackFrame Source # 
Generic StackFrame Source # 

Associated Types

type Rep StackFrame :: * -> * #

ToJSON StackFrame Source # 
FromJSON StackFrame Source # 
type Rep StackFrame Source # 
type Rep StackFrame = D1 (MetaData "StackFrame" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" False) (C1 (MetaCons "StackFrame'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_sfFunction") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_sfLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SourceLocation)))) ((:*:) (S1 (MetaSel (Just Symbol "_sfArguments") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Variable]))) (S1 (MetaSel (Just Symbol "_sfLocals") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Variable]))))))

stackFrame :: StackFrame Source #

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

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

sfFunction :: Lens' StackFrame (Maybe Text) Source #

Demangled function name at the call site.

sfLocation :: Lens' StackFrame (Maybe SourceLocation) Source #

Source location of the call site.

sfArguments :: Lens' StackFrame [Variable] Source #

Set of arguments passed to this function. Note that this might not be populated for all stack frames.

sfLocals :: Lens' StackFrame [Variable] Source #

Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.

CloudRepoSourceContext

data CloudRepoSourceContext Source #

A CloudRepoSourceContext denotes a particular revision in a cloud repo (a repo hosted by the Google Cloud Platform).

See: cloudRepoSourceContext smart constructor.

Instances

Eq CloudRepoSourceContext Source # 
Data CloudRepoSourceContext Source # 

Methods

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

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

toConstr :: CloudRepoSourceContext -> Constr #

dataTypeOf :: CloudRepoSourceContext -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CloudRepoSourceContext Source # 
Generic CloudRepoSourceContext Source # 
ToJSON CloudRepoSourceContext Source # 
FromJSON CloudRepoSourceContext Source # 
type Rep CloudRepoSourceContext Source # 
type Rep CloudRepoSourceContext = D1 (MetaData "CloudRepoSourceContext" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" False) (C1 (MetaCons "CloudRepoSourceContext'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_crscRepoId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RepoId))) (S1 (MetaSel (Just Symbol "_crscAliasName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_crscRevisionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_crscAliasContext") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AliasContext))))))

cloudRepoSourceContext :: CloudRepoSourceContext Source #

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

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

crscAliasName :: Lens' CloudRepoSourceContext (Maybe Text) Source #

The name of an alias (branch, tag, etc.).

crscAliasContext :: Lens' CloudRepoSourceContext (Maybe AliasContext) Source #

An alias, which may be a branch or tag.

DebuggeeLabels

data DebuggeeLabels Source #

A set of custom debuggee properties, populated by the agent, to be displayed to the user.

See: debuggeeLabels smart constructor.

Instances

Eq DebuggeeLabels Source # 
Data DebuggeeLabels Source # 

Methods

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

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

toConstr :: DebuggeeLabels -> Constr #

dataTypeOf :: DebuggeeLabels -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DebuggeeLabels Source # 
Generic DebuggeeLabels Source # 

Associated Types

type Rep DebuggeeLabels :: * -> * #

ToJSON DebuggeeLabels Source # 
FromJSON DebuggeeLabels Source # 
type Rep DebuggeeLabels Source # 
type Rep DebuggeeLabels = D1 (MetaData "DebuggeeLabels" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" True) (C1 (MetaCons "DebuggeeLabels'" PrefixI True) (S1 (MetaSel (Just Symbol "_dlAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

debuggeeLabels Source #

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

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

Debuggee

data Debuggee Source #

Represents the application to debug. The application may include one or more replicated processes executing the same code. Each of these processes is attached with a debugger agent, carrying out the debugging commands. The agents attached to the same debuggee are identified by using exactly the same field values when registering.

See: debuggee smart constructor.

Instances

Eq Debuggee Source # 
Data Debuggee Source # 

Methods

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

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

toConstr :: Debuggee -> Constr #

dataTypeOf :: Debuggee -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Debuggee Source # 
Generic Debuggee Source # 

Associated Types

type Rep Debuggee :: * -> * #

Methods

from :: Debuggee -> Rep Debuggee x #

to :: Rep Debuggee x -> Debuggee #

ToJSON Debuggee Source # 
FromJSON Debuggee Source # 
type Rep Debuggee Source # 
type Rep Debuggee = D1 (MetaData "Debuggee" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" False) (C1 (MetaCons "Debuggee'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StatusMessage))) (S1 (MetaSel (Just Symbol "_dUniquifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_dProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_dExtSourceContexts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ExtendedSourceContext]))) (S1 (MetaSel (Just Symbol "_dAgentVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dIsDisabled") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) ((:*:) (S1 (MetaSel (Just Symbol "_dId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dLabels") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DebuggeeLabels))))) ((:*:) (S1 (MetaSel (Just Symbol "_dDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_dIsInactive") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_dSourceContexts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [SourceContext]))))))))

debuggee :: Debuggee Source #

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

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

dStatus :: Lens' Debuggee (Maybe StatusMessage) Source #

Human readable message to be displayed to the user about this debuggee. Absence of this field indicates no status. The message can be either informational or an error status.

dUniquifier :: Lens' Debuggee (Maybe Text) Source #

Debuggee uniquifier within the project. Any string that identifies the application within the project can be used. Including environment and version or build IDs is recommended.

dProject :: Lens' Debuggee (Maybe Text) Source #

Project the debuggee is associated with. Use the project number when registering a Google Cloud Platform project.

dExtSourceContexts :: Lens' Debuggee [ExtendedSourceContext] Source #

References to the locations and revisions of the source code used in the deployed application. Contexts describing a remote repo related to the source code have a `category` label of `remote_repo`. Source snapshot source contexts have a `category` of `snapshot`.

dAgentVersion :: Lens' Debuggee (Maybe Text) Source #

Version ID of the agent release. The version ID is structured as following: `domain/type/vmajor.minor` (for example `google.com/gcp-java/v1.1`).

dIsDisabled :: Lens' Debuggee (Maybe Bool) Source #

If set to `true`, indicates that the agent should disable itself and detach from the debuggee.

dId :: Lens' Debuggee (Maybe Text) Source #

Unique identifier for the debuggee generated by the controller service.

dLabels :: Lens' Debuggee (Maybe DebuggeeLabels) Source #

A set of custom debuggee properties, populated by the agent, to be displayed to the user.

dDescription :: Lens' Debuggee (Maybe Text) Source #

Human readable description of the debuggee. Including a human-readable project name, environment name and version information is recommended.

dIsInactive :: Lens' Debuggee (Maybe Bool) Source #

If set to `true`, indicates that the debuggee is considered as inactive by the Controller service.

dSourceContexts :: Lens' Debuggee [SourceContext] Source #

References to the locations and revisions of the source code used in the deployed application. NOTE: This field is deprecated. Consumers should use `ext_source_contexts` if it is not empty. Debug agents should populate both this field and `ext_source_contexts`.

CloudWorkspaceSourceContext

data CloudWorkspaceSourceContext Source #

A CloudWorkspaceSourceContext denotes a workspace at a particular snapshot.

See: cloudWorkspaceSourceContext smart constructor.

Instances

Eq CloudWorkspaceSourceContext Source # 
Data CloudWorkspaceSourceContext Source # 

Methods

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

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

toConstr :: CloudWorkspaceSourceContext -> Constr #

dataTypeOf :: CloudWorkspaceSourceContext -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CloudWorkspaceSourceContext Source # 
Generic CloudWorkspaceSourceContext Source # 
ToJSON CloudWorkspaceSourceContext Source # 
FromJSON CloudWorkspaceSourceContext Source # 
type Rep CloudWorkspaceSourceContext Source # 
type Rep CloudWorkspaceSourceContext = D1 (MetaData "CloudWorkspaceSourceContext" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" False) (C1 (MetaCons "CloudWorkspaceSourceContext'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cwscWorkspaceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CloudWorkspaceId))) (S1 (MetaSel (Just Symbol "_cwscSnapshotId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

cloudWorkspaceSourceContext :: CloudWorkspaceSourceContext Source #

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

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

cwscSnapshotId :: Lens' CloudWorkspaceSourceContext (Maybe Text) Source #

The ID of the snapshot. An empty snapshot_id refers to the most recent snapshot.

RegisterDebuggeeRequest

data RegisterDebuggeeRequest Source #

Request to register a debuggee.

See: registerDebuggeeRequest smart constructor.

Instances

Eq RegisterDebuggeeRequest Source # 
Data RegisterDebuggeeRequest Source # 

Methods

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

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

toConstr :: RegisterDebuggeeRequest -> Constr #

dataTypeOf :: RegisterDebuggeeRequest -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RegisterDebuggeeRequest Source # 
Generic RegisterDebuggeeRequest Source # 
ToJSON RegisterDebuggeeRequest Source # 
FromJSON RegisterDebuggeeRequest Source # 
type Rep RegisterDebuggeeRequest Source # 
type Rep RegisterDebuggeeRequest = D1 (MetaData "RegisterDebuggeeRequest" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" True) (C1 (MetaCons "RegisterDebuggeeRequest'" PrefixI True) (S1 (MetaSel (Just Symbol "_rDebuggee") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Debuggee))))

registerDebuggeeRequest :: RegisterDebuggeeRequest Source #

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

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

rDebuggee :: Lens' RegisterDebuggeeRequest (Maybe Debuggee) Source #

Debuggee information to register. The fields `project`, `uniquifier`, `description` and `agent_version` of the debuggee must be set.

AliasContext

data AliasContext Source #

An alias to a repo revision.

See: aliasContext smart constructor.

Instances

Eq AliasContext Source # 
Data AliasContext Source # 

Methods

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

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

toConstr :: AliasContext -> Constr #

dataTypeOf :: AliasContext -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AliasContext Source # 
Generic AliasContext Source # 

Associated Types

type Rep AliasContext :: * -> * #

ToJSON AliasContext Source # 
FromJSON AliasContext Source # 
type Rep AliasContext Source # 
type Rep AliasContext = D1 (MetaData "AliasContext" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" False) (C1 (MetaCons "AliasContext'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_acKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_acName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

aliasContext :: AliasContext Source #

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

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

acKind :: Lens' AliasContext (Maybe Text) Source #

The alias kind.

acName :: Lens' AliasContext (Maybe Text) Source #

The alias name.

CloudWorkspaceId

data CloudWorkspaceId Source #

A CloudWorkspaceId is a unique identifier for a cloud workspace. A cloud workspace is a place associated with a repo where modified files can be stored before they are committed.

See: cloudWorkspaceId smart constructor.

Instances

Eq CloudWorkspaceId Source # 
Data CloudWorkspaceId Source # 

Methods

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

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

toConstr :: CloudWorkspaceId -> Constr #

dataTypeOf :: CloudWorkspaceId -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CloudWorkspaceId Source # 
Generic CloudWorkspaceId Source # 
ToJSON CloudWorkspaceId Source # 
FromJSON CloudWorkspaceId Source # 
type Rep CloudWorkspaceId Source # 
type Rep CloudWorkspaceId = D1 (MetaData "CloudWorkspaceId" "Network.Google.Debugger.Types.Product" "gogol-debugger-0.1.0-6S8G64tvjMxHZAW3IDqISR" False) (C1 (MetaCons "CloudWorkspaceId'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cwiRepoId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RepoId))) (S1 (MetaSel (Just Symbol "_cwiName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

cloudWorkspaceId :: CloudWorkspaceId Source #

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

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

cwiRepoId :: Lens' CloudWorkspaceId (Maybe RepoId) Source #

The ID of the repo containing the workspace.

cwiName :: Lens' CloudWorkspaceId (Maybe Text) Source #

The unique name of the workspace within the repo. This is the name chosen by the client in the Source API's CreateWorkspace method.