Stackdriver Debugger V2 Client - Class SetBreakpointRequest (1.7.0)

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

Request to set a breakpoint

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

Namespace

Google \ Cloud \ Debugger \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ debuggee_id string

Required. ID of the debuggee where the breakpoint is to be set.

↳ breakpoint Google\Cloud\Debugger\V2\Breakpoint

Required. Breakpoint specification to set. The field location of the breakpoint must be set.

↳ client_version string

Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

getDebuggeeId

Required. ID of the debuggee where the breakpoint is to be set.

Returns
TypeDescription
string

setDebuggeeId

Required. ID of the debuggee where the breakpoint is to be set.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getBreakpoint

Required. Breakpoint specification to set.

The field location of the breakpoint must be set.

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

hasBreakpoint

clearBreakpoint

setBreakpoint

Required. Breakpoint specification to set.

The field location of the breakpoint must be set.

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

getClientVersion

Required. The client version making the call.

Schema: domain/type/version (e.g., google.com/intellij/v1).

Returns
TypeDescription
string

setClientVersion

Required. The client version making the call.

Schema: domain/type/version (e.g., google.com/intellij/v1).

Parameter
NameDescription
var string
Returns
TypeDescription
$this