Class: Google::Cloud::Debugger::V2::SetBreakpointResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/clouddebugger/v2/debugger.rb

Overview

Response for setting a breakpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#breakpoint::Google::Cloud::Debugger::V2::Breakpoint

Returns Breakpoint resource. The field id is guaranteed to be set (in addition to the echoed fileds).

Returns:



46
47
48
49
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 46

class SetBreakpointResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end