Some or all of the information on this page might not apply to Trusted Cloud by S3NS.
Class ListBreakpointsResponse (1.6.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 1.6.0keyboard_arrow_down
public final class ListBreakpointsResponse extends GeneratedMessageV3 implements ListBreakpointsResponseOrBuilder
Response for listing breakpoints.
Protobuf type google.devtools.clouddebugger.v2.ListBreakpointsResponse
Static Fields
public static final int BREAKPOINTS_FIELD_NUMBER
Field Value
public static final int NEXT_WAIT_TOKEN_FIELD_NUMBER
Field Value
Static Methods
public static ListBreakpointsResponse getDefaultInstance ()
Returns
public static final Descriptors . Descriptor getDescriptor ()
Returns
public static ListBreakpointsResponse . Builder newBuilder ()
Returns
public static ListBreakpointsResponse . Builder newBuilder ( ListBreakpointsResponse prototype )
Parameter
Returns
public static ListBreakpointsResponse parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ListBreakpointsResponse parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ListBreakpointsResponse parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Exceptions
public static ListBreakpointsResponse parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ListBreakpointsResponse parseFrom ( ByteString data )
Parameter
Returns
Exceptions
public static ListBreakpointsResponse parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ListBreakpointsResponse parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static ListBreakpointsResponse parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ListBreakpointsResponse parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ListBreakpointsResponse parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ListBreakpointsResponse parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
public static ListBreakpointsResponse parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Parser<ListBreakpointsResponse> parser ()
Returns
Methods
public boolean equals ( Object obj )
Parameter
Returns
Overrides
public 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
public 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
public 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
public 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
public 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 >
public ListBreakpointsResponse getDefaultInstanceForType ()
Returns
public 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.
public 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.
public Parser<ListBreakpointsResponse> getParserForType ()
Returns
Overrides
public int getSerializedSize ()
Returns
Overrides
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public ListBreakpointsResponse . Builder newBuilderForType ()
Returns
protected ListBreakpointsResponse . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
public ListBreakpointsResponse . Builder toBuilder ()
Returns
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
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-07-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 UTC."],[],[]]