Class ListDebuggeesRequest (1.4.2)

ListDebuggeesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request to list debuggees.

Attributes

NameDescription
project str
Required. Project number of a Google Cloud project whose debuggees to list.
include_inactive bool
When set to ``true``, the result includes all debuggees. Otherwise, the result includes only debuggees that are active.
client_version str
Required. The client version making the call. Schema: ``domain/type/version`` (e.g., ``google.com/intellij/v1``).

Inheritance

builtins.object > proto.message.Message > ListDebuggeesRequest