Class: Google::Cloud::Debugger::V2::GetBreakpointResponse

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 getting breakpoint information.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Complete breakpoint state. The fields id and location are guaranteed to be set.

Returns:



72
73
74
75
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 72

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