Stackdriver Debugger V2 Client - Class BreakpointActionValue (1.4.16)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
int

setValue

Only breakpoints with the specified action will pass the filter.

Parameter
NameDescription
var int
Returns
TypeDescription
$this