Class: Google::Devtools::Clouddebugger::V2::ListDebuggeesResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb

Overview

Response for listing debuggees.

Instance Attribute Summary collapse

Instance Attribute Details

#debuggeesArray<Google::Devtools::Clouddebugger::V2::Debuggee>

Returns List of debuggees accessible to the calling user. The fields +debuggee.id+ and +description+ are guaranteed to be set. The +description+ field is a human readable field provided by agents and can be displayed to users.

Returns:

  • (Array<Google::Devtools::Clouddebugger::V2::Debuggee>)

    List of debuggees accessible to the calling user. The fields +debuggee.id+ and +description+ are guaranteed to be set. The +description+ field is a human readable field provided by agents and can be displayed to users.



159
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb', line 159

class ListDebuggeesResponse; end