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: debuggeeId, breakpointId

Optional parameters: clientVersion

Deletes the breakpoint from the debuggee.

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

Required parameters: debuggeeId, breakpointId

Optional parameters: clientVersion

Deletes the breakpoint from the debuggee.
raw docstring

debuggees-breakpoints-get$clj

(debuggees-breakpoints-get$ auth parameters)

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

Required parameters: debuggeeId, breakpointId

Optional parameters: clientVersion

Gets breakpoint information.

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

Required parameters: debuggeeId, breakpointId

Optional parameters: clientVersion

Gets breakpoint information.
raw 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: clientVersion, waitToken, includeInactive, action.value, includeAllUsers, stripResults

Lists all breakpoints for the debuggee.

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

Required parameters: debuggeeId

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

Lists all breakpoints for the debuggee.
raw 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: canaryOption, clientVersion

Body:

{:finalTime string, :labels {}, :isFinalState boolean, :canaryExpireTime string, :stackFrames [{:arguments [Variable], :locals [Variable], :function string, :location SourceLocation}], :createTime string, :state string, :evaluatedExpressions [{:type string, :members [Variable], :value string, :name string, :status StatusMessage, :varTableIndex integer}], :status {:description FormatMessage, :isError boolean, :refersTo string}, :id string, :condition string, :expressions [string], :logLevel string, :variableTable [{:type string, :members [Variable], :value string, :name string, :status StatusMessage, :varTableIndex integer}], :action string, :location {:column integer, :path string, :line 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: canaryOption, clientVersion

Body: 

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

Sets the breakpoint to the debuggee.
raw 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.
raw docstring

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

× close