Class: Google::Cloud::Debugger::V2::ListBreakpointsRequest::BreakpointActionValue
- Inherits:
-
Object
- Object
- Google::Cloud::Debugger::V2::ListBreakpointsRequest::BreakpointActionValue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/clouddebugger/v2/debugger.rb
Overview
Wrapper message for Breakpoint.Action
. Defines a filter on the action
field of breakpoints.
Instance Attribute Summary collapse
-
#value ⇒ ::Google::Cloud::Debugger::V2::Breakpoint::Action
Only breakpoints with the specified action will pass the filter.
Instance Attribute Details
#value ⇒ ::Google::Cloud::Debugger::V2::Breakpoint::Action
Returns Only breakpoints with the specified action will pass the filter.
132 133 134 135 |
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 132 class BreakpointActionValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |