Cloud Debugger V2 API - Class Google::Cloud::Debugger::V2::ListDebuggeesResponse (v0.3.5)

Reference documentation and code samples for the Cloud Debugger V2 API class Google::Cloud::Debugger::V2::ListDebuggeesResponse.

Response for listing debuggees.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#debuggees

def debuggees() -> ::Array<::Google::Cloud::Debugger::V2::Debuggee>
Returns
  • (::Array<::Google::Cloud::Debugger::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.

#debuggees=

def debuggees=(value) -> ::Array<::Google::Cloud::Debugger::V2::Debuggee>
Parameter
  • value (::Array<::Google::Cloud::Debugger::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.
Returns
  • (::Array<::Google::Cloud::Debugger::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.