Class: Google::Cloud::Debugger::V2::ListBreakpointsRequest::BreakpointActionValue

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#value::Google::Cloud::Debugger::V2::Breakpoint::Action

Returns Only breakpoints with the specified action will pass the filter.

Returns:



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