Class: Google::Cloud::Debugger::V2::ListDebuggeesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Debugger::V2::ListDebuggeesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/clouddebugger/v2/debugger.rb
Overview
Response for listing debuggees.
Instance Attribute Summary collapse
-
#debuggees ⇒ ::Array<::Google::Cloud::Debugger::V2::Debuggee>
List of debuggees accessible to the calling user.
Instance Attribute Details
#debuggees ⇒ ::Array<::Google::Cloud::Debugger::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.
178 179 180 181 |
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 178 class ListDebuggeesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |