Liking cljdoc? Tell your friends :D

happygapi.clouddebugger.debugger

Cloud Debugger API: debugger. Examines the call stack and variables of a running application without stopping or slowing it down. See: https://cloud.google.com/debuggerapi/reference/rest/v2/debugger

Cloud Debugger API: debugger.
Examines the call stack and variables of a running application without stopping or slowing it down. 
See: https://cloud.google.com/debuggerapi/reference/rest/v2/debugger
raw docstring

debuggees-breakpoints-delete$clj

(debuggees-breakpoints-delete$ auth parameters)

https://cloud.google.com/debuggerapi/reference/rest/v2/debugger/debuggees/breakpoints/delete

Required parameters: breakpointId, debuggeeId

Optional parameters: clientVersion

Deletes the breakpoint from the debuggee.

https://cloud.google.com/debuggerapi/reference/rest/v2/debugger/debuggees/breakpoints/delete

Required parameters: breakpointId, debuggeeId

Optional parameters: clientVersion

Deletes the breakpoint from the debuggee.
sourceraw docstring

debuggees-breakpoints-get$clj

(debuggees-breakpoints-get$ auth parameters)

https://cloud.google.com/debuggerapi/reference/rest/v2/debugger/debuggees/breakpoints/get

Required parameters: breakpointId, debuggeeId

Optional parameters: clientVersion

Gets breakpoint information.

https://cloud.google.com/debuggerapi/reference/rest/v2/debugger/debuggees/breakpoints/get

Required parameters: breakpointId, debuggeeId

Optional parameters: clientVersion

Gets breakpoint information.
sourceraw docstring

debuggees-breakpoints-list$clj

(debuggees-breakpoints-list$ auth parameters)

https://cloud.google.com/debuggerapi/reference/rest/v2/debugger/debuggees/breakpoints/list

Required parameters: debuggeeId

Optional parameters: action.value, includeInactive, clientVersion, includeAllUsers, stripResults, waitToken

Lists all breakpoints for the debuggee.

https://cloud.google.com/debuggerapi/reference/rest/v2/debugger/debuggees/breakpoints/list

Required parameters: debuggeeId

Optional parameters: action.value, includeInactive, clientVersion, includeAllUsers, stripResults, waitToken

Lists all breakpoints for the debuggee.
sourceraw docstring

debuggees-breakpoints-set$clj

(debuggees-breakpoints-set$ auth parameters body)

https://cloud.google.com/debuggerapi/reference/rest/v2/debugger/debuggees/breakpoints/set

Required parameters: debuggeeId

Optional parameters: clientVersion, canaryOption

Body:

{:finalTime string, :labels {}, :isFinalState boolean, :canaryExpireTime string, :stackFrames [{:arguments [Variable], :location SourceLocation, :function string, :locals [Variable]}], :createTime string, :state string, :evaluatedExpressions [{:name string, :type string, :value string, :members [Variable], :varTableIndex integer, :status StatusMessage}], :status {:refersTo string, :description FormatMessage, :isError boolean}, :id string, :condition string, :expressions [string], :logLevel string, :variableTable [{:name string, :type string, :value string, :members [Variable], :varTableIndex integer, :status StatusMessage}], :action string, :location {:path string, :line integer, :column integer}, :logMessageFormat string, :userEmail string}

Sets the breakpoint to the debuggee.

https://cloud.google.com/debuggerapi/reference/rest/v2/debugger/debuggees/breakpoints/set

Required parameters: debuggeeId

Optional parameters: clientVersion, canaryOption

Body: 

{:finalTime string,
 :labels {},
 :isFinalState boolean,
 :canaryExpireTime string,
 :stackFrames [{:arguments [Variable],
                :location SourceLocation,
                :function string,
                :locals [Variable]}],
 :createTime string,
 :state string,
 :evaluatedExpressions [{:name string,
                         :type string,
                         :value string,
                         :members [Variable],
                         :varTableIndex integer,
                         :status StatusMessage}],
 :status {:refersTo string,
          :description FormatMessage,
          :isError boolean},
 :id string,
 :condition string,
 :expressions [string],
 :logLevel string,
 :variableTable [{:name string,
                  :type string,
                  :value string,
                  :members [Variable],
                  :varTableIndex integer,
                  :status StatusMessage}],
 :action string,
 :location {:path string, :line integer, :column integer},
 :logMessageFormat string,
 :userEmail string}

Sets the breakpoint to the debuggee.
sourceraw docstring

debuggees-list$clj

(debuggees-list$ auth parameters)

https://cloud.google.com/debuggerapi/reference/rest/v2/debugger/debuggees/list

Required parameters: none

Optional parameters: project, includeInactive, clientVersion

Lists all the debuggees that the user has access to.

https://cloud.google.com/debuggerapi/reference/rest/v2/debugger/debuggees/list

Required parameters: none

Optional parameters: project, includeInactive, clientVersion

Lists all the debuggees that the user has access to.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close