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>)
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)
Overrides
public ListBreakpointsResponse.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides