Some or all of the information on this page might not apply to Trusted Cloud by S3NS.
Class ListBreakpointsResponse (1.56.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.56.0keyboard_arrow_down
public final class ListBreakpointsResponse extends GeneratedMessageV3 implements ListBreakpointsResponseOrBuilder
Response for listing breakpoints.
Protobuf type google.devtools.clouddebugger.v2.ListBreakpointsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int BREAKPOINTS_FIELD_NUMBER
Field Value
Type
Description
int
public static final int NEXT_WAIT_TOKEN_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static ListBreakpointsResponse getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static ListBreakpointsResponse . Builder newBuilder ()
public static ListBreakpointsResponse . Builder newBuilder ( ListBreakpointsResponse prototype )
public static ListBreakpointsResponse parseDelimitedFrom ( InputStream input )
public static ListBreakpointsResponse parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ListBreakpointsResponse parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static ListBreakpointsResponse parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static ListBreakpointsResponse parseFrom ( ByteString data )
public static ListBreakpointsResponse parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ListBreakpointsResponse parseFrom ( CodedInputStream input )
public static ListBreakpointsResponse parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ListBreakpointsResponse parseFrom ( InputStream input )
public static ListBreakpointsResponse parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ListBreakpointsResponse parseFrom ( ByteBuffer data )
public static ListBreakpointsResponse parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<ListBreakpointsResponse> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
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
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
Type
Description
int
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;
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
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 ()
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 ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public ListBreakpointsResponse . Builder newBuilderForType ()
protected ListBreakpointsResponse . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public ListBreakpointsResponse . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
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-26 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-26 UTC."],[],[]]