Reference documentation and code samples for the Cloud Debugger V2 API class Google::Cloud::Debugger::V2::ListBreakpointsRequest::BreakpointActionValue.
Wrapper message for Breakpoint.Action
. Defines a filter on the action
field of breakpoints.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#value
def value() -> ::Google::Cloud::Debugger::V2::Breakpoint::Action
Returns
- (::Google::Cloud::Debugger::V2::Breakpoint::Action) — Only breakpoints with the specified action will pass the filter.
#value=
def value=(value) -> ::Google::Cloud::Debugger::V2::Breakpoint::Action
Parameter
- value (::Google::Cloud::Debugger::V2::Breakpoint::Action) — Only breakpoints with the specified action will pass the filter.
Returns
- (::Google::Cloud::Debugger::V2::Breakpoint::Action) — Only breakpoints with the specified action will pass the filter.