Class: Google::Cloud::Debugger::V2::ListDebuggeesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/clouddebugger/v2/debugger.rb

Overview

Request to list debuggees.

Instance Attribute Summary collapse

Instance Attribute Details

#client_version::String

Returns Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

Returns:

  • (::String)

    Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).



166
167
168
169
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 166

class ListDebuggeesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#include_inactive::Boolean

Returns When set to true, the result includes all debuggees. Otherwise, the result includes only debuggees that are active.

Returns:

  • (::Boolean)

    When set to true, the result includes all debuggees. Otherwise, the result includes only debuggees that are active.



166
167
168
169
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 166

class ListDebuggeesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#project::String

Returns Required. Project number of a Google Cloud project whose debuggees to list.

Returns:

  • (::String)

    Required. Project number of a Google Cloud project whose debuggees to list.



166
167
168
169
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 166

class ListDebuggeesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end