The "breakpoints" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($debuggeeId, $breakpointId, $optParams=array()) |
| Deletes the breakpoint from the debuggee.
|
|
| get ($debuggeeId, $breakpointId, $optParams=array()) |
| Gets breakpoint information.
|
|
| listDebuggerDebuggeesBreakpoints ($debuggeeId, $optParams=array()) |
| Lists all breakpoints of the debuggee that the user has access to.
|
|
| set ($debuggeeId, Google_Service_Clouddebugger_Breakpoint $postBody, $optParams=array()) |
| Sets the breakpoint to the debuggee.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "breakpoints" collection of methods.
Typical usage is: $clouddebuggerService = new Google_Service_Clouddebugger(...); $breakpoints = $clouddebuggerService->breakpoints;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ delete()
Google_Service_Clouddebugger_DebuggerDebuggeesBreakpoints_Resource::delete |
( |
| $debuggeeId, |
|
|
| $breakpointId, |
|
|
| $optParams = array() ) |
Deletes the breakpoint from the debuggee.
(breakpoints.delete)
- Parameters
-
string | $debuggeeId | The debuggee id to delete the breakpoint from. |
string | $breakpointId | The breakpoint to delete. |
array | $optParams | Optional parameters. |
- Return values
-
◆ get()
Google_Service_Clouddebugger_DebuggerDebuggeesBreakpoints_Resource::get |
( |
| $debuggeeId, |
|
|
| $breakpointId, |
|
|
| $optParams = array() ) |
Gets breakpoint information.
(breakpoints.get)
- Parameters
-
string | $debuggeeId | The debuggee id to get the breakpoint from. |
string | $breakpointId | The breakpoint to get. |
array | $optParams | Optional parameters. |
- Return values
-
◆ listDebuggerDebuggeesBreakpoints()
Google_Service_Clouddebugger_DebuggerDebuggeesBreakpoints_Resource::listDebuggerDebuggeesBreakpoints |
( |
| $debuggeeId, |
|
|
| $optParams = array() ) |
Lists all breakpoints of the debuggee that the user has access to.
(breakpoints.listDebuggerDebuggeesBreakpoints)
- Parameters
-
string | $debuggeeId | The debuggee id to list breakpoint from. |
array | $optParams | Optional parameters. |
@opt_param bool includeAllUsers When set to true the response includes the list of breakpoints set by any user, otherwise only breakpoints set by the caller. @opt_param bool stripResults When set to true the response breakpoints will be stripped of the results fields: stack_frames, evaluated_expressions and variable_table. @opt_param string action.value Only breakpoints with the specified action will pass the filter. @opt_param bool includeInactive When set to true the response includes active and inactive breakpoints, otherwise only active breakpoints are returned. @opt_param string waitToken A wait token that, if specified, blocks the call until the breakpoints list has changed, or a server selected timeout has expired. The value should be set from the last response to ListBreakpoints. The error code ABORTED is returned on wait timeout, which should be called again with the same wait_token.
- Return values
-
◆ set()
Sets the breakpoint to the debuggee.
(breakpoints.set)
- Parameters
-
string | $debuggeeId | The debuggee id to set the breakpoint to. |
Google_Breakpoint | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Clouddebugger.php