Interface ListDebuggeesRequestOrBuilder (1.35.0)

public interface ListDebuggeesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClientVersion()

public abstract String getClientVersion()

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
TypeDescription
String

The clientVersion.

getClientVersionBytes()

public abstract ByteString getClientVersionBytes()

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
TypeDescription
ByteString

The bytes for clientVersion.

getIncludeInactive()

public abstract boolean getIncludeInactive()

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

bool include_inactive = 3;

Returns
TypeDescription
boolean

The includeInactive.

getProject()

public abstract String getProject()

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

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

Returns
TypeDescription
String

The project.

getProjectBytes()

public abstract ByteString getProjectBytes()

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

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

Returns
TypeDescription
ByteString

The bytes for project.