Class: Google::Devtools::Clouddebugger::V2::ListDebuggeesRequest

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

Overview

Request to list debuggees.

Instance Attribute Summary collapse

Instance Attribute Details

#client_versionString

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

Returns:

  • (String)

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



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

class ListDebuggeesRequest; end

#include_inactivetrue, false

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

Returns:

  • (true, false)

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



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

class ListDebuggeesRequest; end

#projectString

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

Returns:

  • (String)

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



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

class ListDebuggeesRequest; end