Class: Google::Cloud::Debugger::V2::RegisterDebuggeeResponse

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

Overview

Response for registering a debuggee.

Instance Attribute Summary collapse

Instance Attribute Details

#debuggee::Google::Cloud::Debugger::V2::Debuggee

Returns Debuggee resource. The field id is guaranteed to be set (in addition to the echoed fields). If the field is_disabled is set to true, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to poll RegisterDebuggee until reenabled.

Returns:

  • (::Google::Cloud::Debugger::V2::Debuggee)

    Debuggee resource. The field id is guaranteed to be set (in addition to the echoed fields). If the field is_disabled is set to true, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to poll RegisterDebuggee until reenabled.



43
44
45
46
# File 'proto_docs/google/devtools/clouddebugger/v2/controller.rb', line 43

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