Reference documentation and code samples for the Stackdriver Debugger V2 Client class BreakpointActionValue.
Wrapper message for Breakpoint.Action
. Defines a filter on the action
field of breakpoints.
Generated from protobuf message google.devtools.clouddebugger.v2.ListBreakpointsRequest.BreakpointActionValue
Namespace
Google \ Cloud \ Debugger \ V2 \ ListBreakpointsRequestMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ value |
int
Only breakpoints with the specified action will pass the filter. |
getValue
Only breakpoints with the specified action will pass the filter.
Returns | |
---|---|
Type | Description |
int |
setValue
Only breakpoints with the specified action will pass the filter.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |