class Google::Apis::ClouddebuggerV2::RegisterDebuggeeRequest

Request to register a debuggee.

Attributes

debuggee[RW]

Represents the application to debug. The application may include one or more replicated processes executing the same code. Each of these processes is attached with a debugger agent, carrying out the debugging commands. The agents attached to the same debuggee are identified by using exactly the same field values when registering. Corresponds to the JSON property `debuggee` @return [Google::Apis::ClouddebuggerV2::Debuggee]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/clouddebugger_v2/classes.rb, line 38
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/clouddebugger_v2/classes.rb, line 43
def update!(**args)
  @debuggee = args[:debuggee] if args.key?(:debuggee)
end