Class: Google::Cloud::Debugger::V2::RegisterDebuggeeRequest

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

Overview

Request to register a debuggee.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Required. Debuggee information to register. The fields project, uniquifier, description and agent_version of the debuggee must be set.

Returns:



30
31
32
33
# File 'proto_docs/google/devtools/clouddebugger/v2/controller.rb', line 30

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