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

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

Request to list debuggees.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#client_version

def client_version() -> ::String
Returns
  • (::String) — Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

#client_version=

def client_version=(value) -> ::String
Parameter
  • value (::String) — 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).

#include_inactive

def include_inactive() -> ::Boolean
Returns
  • (::Boolean) — When set to true, the result includes all debuggees. Otherwise, the result includes only debuggees that are active.

#include_inactive=

def include_inactive=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.

#project

def project() -> ::String
Returns
  • (::String) — Required. Project number of a Google Cloud project whose debuggees to list.

#project=

def project=(value) -> ::String
Parameter
  • value (::String) — 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.