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