Stackdriver Debugger V2 Client - Class SetBreakpointResponse (1.9.5)
Stay organized with collections
Save and categorize content based on your preferences.
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
Namespace
Google \ Cloud \ Debugger \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ breakpoint |
Breakpoint
Breakpoint resource. The field |
getBreakpoint
Breakpoint resource.
The field id is guaranteed to be set (in addition to the echoed fileds).
| Returns | |
|---|---|
| Type | Description |
Breakpoint|null |
|
hasBreakpoint
clearBreakpoint
setBreakpoint
Breakpoint resource.
The field id is guaranteed to be set (in addition to the echoed fileds).
| Parameter | |
|---|---|
| Name | Description |
var |
Breakpoint
|
| Returns | |
|---|---|
| Type | Description |
$this |
|