Interface ListActiveBreakpointsRequestOrBuilder (1.41.0)

public interface ListActiveBreakpointsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDebuggeeId()

public abstract String getDebuggeeId()

Required. Identifies the debuggee.

string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The debuggeeId.

getDebuggeeIdBytes()

public abstract ByteString getDebuggeeIdBytes()

Required. Identifies the debuggee.

string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for debuggeeId.

getSuccessOnTimeout()

public abstract boolean getSuccessOnTimeout()

If set to true (recommended), returns google.rpc.Code.OK status and sets the wait_expired response field to true when the server-selected timeout has expired.

If set to false (deprecated), returns google.rpc.Code.ABORTED status when the server-selected timeout has expired.

bool success_on_timeout = 3;

Returns
TypeDescription
boolean

The successOnTimeout.

getWaitToken()

public abstract String getWaitToken()

A token that, if specified, blocks the method call until the list of active breakpoints has changed, or a server-selected timeout has expired. The value should be set from the next_wait_token field in the last response. The initial value should be set to "init".

string wait_token = 2;

Returns
TypeDescription
String

The waitToken.

getWaitTokenBytes()

public abstract ByteString getWaitTokenBytes()

A token that, if specified, blocks the method call until the list of active breakpoints has changed, or a server-selected timeout has expired. The value should be set from the next_wait_token field in the last response. The initial value should be set to "init".

string wait_token = 2;

Returns
TypeDescription
ByteString

The bytes for waitToken.