Class: Google::Cloud::Debugger::V2::GetBreakpointRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#breakpoint_id::String

Returns Required. ID of the breakpoint to get.

Returns:

  • (::String)

    Required. ID of the breakpoint to get.



62
63
64
65
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 62

class GetBreakpointRequest
  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).



62
63
64
65
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 62

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

#debuggee_id::String

Returns Required. ID of the debuggee whose breakpoint to get.

Returns:

  • (::String)

    Required. ID of the debuggee whose breakpoint to get.



62
63
64
65
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 62

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