Interface ListActiveBreakpointsResponseOrBuilder (1.41.0)

public interface ListActiveBreakpointsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBreakpoints(int index)

public abstract Breakpoint getBreakpoints(int index)

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Breakpoint

getBreakpointsCount()

public abstract int getBreakpointsCount()

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Returns
TypeDescription
int

getBreakpointsList()

public abstract List<Breakpoint> getBreakpointsList()

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Returns
TypeDescription
List<Breakpoint>

getBreakpointsOrBuilder(int index)

public abstract BreakpointOrBuilder getBreakpointsOrBuilder(int index)

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
BreakpointOrBuilder

getBreakpointsOrBuilderList()

public abstract List<? extends BreakpointOrBuilder> getBreakpointsOrBuilderList()

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Returns
TypeDescription
List<? extends com.google.devtools.clouddebugger.v2.BreakpointOrBuilder>

getNextWaitToken()

public abstract String getNextWaitToken()

A token that can be used in the next method call to block until the list of breakpoints changes.

string next_wait_token = 2;

Returns
TypeDescription
String

The nextWaitToken.

getNextWaitTokenBytes()

public abstract ByteString getNextWaitTokenBytes()

A token that can be used in the next method call to block until the list of breakpoints changes.

string next_wait_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextWaitToken.

getWaitExpired()

public abstract boolean getWaitExpired()

If set to true, indicates that there is no change to the list of active breakpoints and the server-selected timeout has expired. The breakpoints field would be empty and should be ignored.

bool wait_expired = 3;

Returns
TypeDescription
boolean

The waitExpired.