Class: Google::Cloud::Debugger::V2::SetBreakpointRequest

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

Overview

Request to set a breakpoint

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Required. Breakpoint specification to set. The field location of the breakpoint must be set.

Returns:



36
37
38
39
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 36

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

#client_version::String

Returns Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

Returns:

  • (::String)

    Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).



36
37
38
39
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 36

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

#debuggee_id::String

Returns Required. ID of the debuggee where the breakpoint is to be set.

Returns:

  • (::String)

    Required. ID of the debuggee where the breakpoint is to be set.



36
37
38
39
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 36

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