Stackdriver Debugger V2 Client - Class SetBreakpointResponse (1.8.7)

Reference documentation and code samples for the Stackdriver Debugger V2 Client class SetBreakpointResponse.

Response for setting a breakpoint.

Generated from protobuf message google.devtools.clouddebugger.v2.SetBreakpointResponse

Namespace

Google \ Cloud \ Debugger \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ breakpoint Google\Cloud\Debugger\V2\Breakpoint

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

getBreakpoint

Breakpoint resource.

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

Returns
Type Description
Google\Cloud\Debugger\V2\Breakpoint|null

hasBreakpoint

clearBreakpoint

setBreakpoint

Breakpoint resource.

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

Parameter
Name Description
var Google\Cloud\Debugger\V2\Breakpoint
Returns
Type Description
$this