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 \ V2Methods
__construct
Constructor.
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
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.
string
setDebuggeeId
Required. ID of the debuggee where the breakpoint is to be set.
var
string
$this
getBreakpoint
Required. Breakpoint specification to set.
The field location
of the breakpoint must be set.
hasBreakpoint
clearBreakpoint
setBreakpoint
Required. Breakpoint specification to set.
The field location
of the breakpoint must be set.
$this
getClientVersion
Required. The client version making the call.
Schema: domain/type/version
(e.g., google.com/intellij/v1
).
string
setClientVersion
Required. The client version making the call.
Schema: domain/type/version
(e.g., google.com/intellij/v1
).
var
string
$this
static::build
debuggeeId
string
Required. ID of the debuggee where the breakpoint is to be set.
breakpoint
Breakpoint
Required. Breakpoint specification to set.
The field location
of the breakpoint must be set.
clientVersion
string
Required. The client version making the call.
Schema: domain/type/version
(e.g., google.com/intellij/v1
).