Interface ListBreakpointsResponseOrBuilder (1.47.0)

publicinterface ListBreakpointsResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getBreakpoints(int index)

publicabstractBreakpointgetBreakpoints(intindex)

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()

publicabstractintgetBreakpointsCount()

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()

publicabstractList<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)

publicabstractBreakpointOrBuildergetBreakpointsOrBuilder(intindex)

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()

publicabstractList<?extendsBreakpointOrBuilder>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()

publicabstractStringgetNextWaitToken()

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()

publicabstractByteStringgetNextWaitTokenBytes()

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.