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
anddescription
are guaranteed to be set. Thedescription
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
anddescription
are guaranteed to be set. Thedescription
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
anddescription
are guaranteed to be set. Thedescription
field is a human readable field provided by agents and can be displayed to users.