Interface ListBreakpointsResponseOrBuilder (1.29.0)

public interface ListBreakpointsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBreakpoints(int index)

public abstract Breakpoint getBreakpoints(int index)

List of breakpoints matching the request. The fields id and ___location are guaranteed to be set on each breakpoint. The fields: stack_frames, evaluated_expressions and variable_table are cleared on each breakpoint regardless of its status.

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

Parameter
Name Description
index int
Returns
Type Description
Breakpoint

getBreakpointsCount()

public abstract int getBreakpointsCount()

List of breakpoints matching the request. The fields id and ___location are guaranteed to be set on each breakpoint. The fields: stack_frames, evaluated_expressions and variable_table are cleared on each breakpoint regardless of its status.

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

Returns
Type Description
int

getBreakpointsList()

public abstract List<Breakpoint> getBreakpointsList()

List of breakpoints matching the request. The fields id and ___location are guaranteed to be set on each breakpoint. The fields: stack_frames, evaluated_expressions and variable_table are cleared on each breakpoint regardless of its status.

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

Returns
Type Description
List<Breakpoint>

getBreakpointsOrBuilder(int index)

public abstract BreakpointOrBuilder getBreakpointsOrBuilder(int index)

List of breakpoints matching the request. The fields id and ___location are guaranteed to be set on each breakpoint. The fields: stack_frames, evaluated_expressions and variable_table are cleared on each breakpoint regardless of its status.

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

Parameter
Name Description
index int
Returns
Type Description
BreakpointOrBuilder

getBreakpointsOrBuilderList()

public abstract List<? extends BreakpointOrBuilder> getBreakpointsOrBuilderList()

List of breakpoints matching the request. The fields id and ___location are guaranteed to be set on each breakpoint. The fields: stack_frames, evaluated_expressions and variable_table are cleared on each breakpoint regardless of its status.

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

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

getNextWaitToken()

public abstract String getNextWaitToken()

A wait token that can be used in the next call to list (REST) or ListBreakpoints (RPC) to block until the list of breakpoints has changes.

string next_wait_token = 2;

Returns
Type Description
String

The nextWaitToken.

getNextWaitTokenBytes()

public abstract ByteString getNextWaitTokenBytes()

A wait token that can be used in the next call to list (REST) or ListBreakpoints (RPC) to block until the list of breakpoints has changes.

string next_wait_token = 2;

Returns
Type Description
ByteString

The bytes for nextWaitToken.