Interface ListDebuggeesRequestOrBuilder (1.49.0)

publicinterface ListDebuggeesRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getClientVersion()

publicabstractStringgetClientVersion()

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

string client_version = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The clientVersion.

getClientVersionBytes()

publicabstractByteStringgetClientVersionBytes()

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

string client_version = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for clientVersion.

getIncludeInactive()

publicabstractbooleangetIncludeInactive()

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

bool include_inactive = 3;

Returns
Type Description
boolean

The includeInactive.

getProject()

publicabstractStringgetProject()

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

string project = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The project.

getProjectBytes()

publicabstractByteStringgetProjectBytes()

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

string project = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for project.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.