Stackdriver Debugger V2 Client - Class SetBreakpointResponse (1.4.16)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var Google\Cloud\Debugger\V2\Breakpoint
Returns
TypeDescription
$this