Stackdriver Debugger V2 Client - Class GetBreakpointResponse (1.8.0)

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

Response for getting breakpoint information.

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

Namespace

Google \ Cloud \ Debugger \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ breakpoint Google\Cloud\Debugger\V2\Breakpoint

Complete breakpoint state. The fields id and location are guaranteed to be set.

getBreakpoint

Complete breakpoint state.

The fields id and location are guaranteed to be set.

Returns
TypeDescription
Google\Cloud\Debugger\V2\Breakpoint|null

hasBreakpoint

clearBreakpoint

setBreakpoint

Complete breakpoint state.

The fields id and location are guaranteed to be set.

Parameter
NameDescription
var Google\Cloud\Debugger\V2\Breakpoint
Returns
TypeDescription
$this