Class ListBreakpointsResponse (1.60.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_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 2026-03-09 UTC.
[null,null,["Last updated 2026-03-09 UTC."],[],[]]