public interface ListActiveBreakpointsRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDebuggeeId()
public abstract String getDebuggeeId()
Required. Identifies the debuggee.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The debuggeeId. |
getDebuggeeIdBytes()
public abstract ByteString getDebuggeeIdBytes()
Required. Identifies the debuggee.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
ByteString | The bytes for waitToken. |