public static final class ListBreakpointsResponse.Builder extends GeneratedMessageV3.Builder<ListBreakpointsResponse.Builder> implements ListBreakpointsResponseOrBuilder
Response for listing breakpoints.
Protobuf type google.devtools.clouddebugger.v2.ListBreakpointsResponse
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
public ListBreakpointsResponse.Builder addAllBreakpoints(Iterable<? extends Breakpoint> values)
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 |
values | Iterable<? extends com.google.devtools.clouddebugger.v2.Breakpoint>
|
Returns
public ListBreakpointsResponse.Builder addBreakpoints(Breakpoint value)
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 ListBreakpointsResponse.Builder addBreakpoints(Breakpoint.Builder builderForValue)
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 ListBreakpointsResponse.Builder addBreakpoints(int index, Breakpoint value)
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;
Parameters
Returns
public ListBreakpointsResponse.Builder addBreakpoints(int index, Breakpoint.Builder builderForValue)
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;
Parameters
Returns
public Breakpoint.Builder addBreakpointsBuilder()
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 Breakpoint.Builder addBreakpointsBuilder(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 ListBreakpointsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public ListBreakpointsResponse build()
Returns
public ListBreakpointsResponse buildPartial()
Returns
public ListBreakpointsResponse.Builder clear()
Returns
Overrides
public ListBreakpointsResponse.Builder clearBreakpoints()
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 ListBreakpointsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public ListBreakpointsResponse.Builder clearNextWaitToken()
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
public ListBreakpointsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public ListBreakpointsResponse.Builder clone()
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 Breakpoint.Builder getBreakpointsBuilder(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<Breakpoint.Builder> getBreakpointsBuilderList()
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 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 Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public ListBreakpointsResponse.Builder mergeFrom(ListBreakpointsResponse other)
Parameter
Returns
public ListBreakpointsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public ListBreakpointsResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public final ListBreakpointsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public ListBreakpointsResponse.Builder removeBreakpoints(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 ListBreakpointsResponse.Builder setBreakpoints(int index, Breakpoint value)
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;
Parameters
Returns
public ListBreakpointsResponse.Builder setBreakpoints(int index, Breakpoint.Builder builderForValue)
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;
Parameters
Returns
public ListBreakpointsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public ListBreakpointsResponse.Builder setNextWaitToken(String value)
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;
Parameter
Name | Description |
value | String
The nextWaitToken to set.
|
Returns
public ListBreakpointsResponse.Builder setNextWaitTokenBytes(ByteString value)
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;
Parameter
Name | Description |
value | ByteString
The bytes for nextWaitToken to set.
|
Returns
public ListBreakpointsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public final ListBreakpointsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides