Stackdriver Debugger V2 Client - Class GetBreakpointRequest (1.4.16)

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

Request to get breakpoint information.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ debuggee_id string

Required. ID of the debuggee whose breakpoint to get.

↳ breakpoint_id string

Required. ID of the breakpoint to get.

↳ 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 whose breakpoint to get.

Returns
TypeDescription
string

setDebuggeeId

Required. ID of the debuggee whose breakpoint to get.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getBreakpointId

Required. ID of the breakpoint to get.

Returns
TypeDescription
string

setBreakpointId

Required. ID of the breakpoint to get.

Parameter
NameDescription
var string
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