Stackdriver Debugger V2 Client - Class GetBreakpointResponse (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 GetBreakpointResponse.
Response for getting breakpoint information.
Generated from protobuf message google.devtools.clouddebugger.v2.GetBreakpointResponse
Namespace
Google \ Cloud \ Debugger \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ breakpoint |
Breakpoint
Complete breakpoint state. The fields |
getBreakpoint
Complete breakpoint state.
The fields id and location are guaranteed to be set.
| Returns | |
|---|---|
| Type | Description |
Breakpoint|null |
|
hasBreakpoint
clearBreakpoint
setBreakpoint
Complete breakpoint state.
The fields id and location are guaranteed to be set.
| Parameter | |
|---|---|
| Name | Description |
var |
Breakpoint
|
| Returns | |
|---|---|
| Type | Description |
$this |
|