Class ListBreakpointsResponse.Builder (1.42.0)

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

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllBreakpoints(Iterable<? extends Breakpoint> values)

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
Type Description
ListBreakpointsResponse.Builder

addBreakpoints(Breakpoint value)

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
Name Description
value Breakpoint
Returns
Type Description
ListBreakpointsResponse.Builder

addBreakpoints(Breakpoint.Builder builderForValue)

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
Name Description
builderForValue Breakpoint.Builder
Returns
Type Description
ListBreakpointsResponse.Builder

addBreakpoints(int index, Breakpoint value)

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
Name Description
index int
value Breakpoint
Returns
Type Description
ListBreakpointsResponse.Builder

addBreakpoints(int index, Breakpoint.Builder builderForValue)

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
Name Description
index int
builderForValue Breakpoint.Builder
Returns
Type Description
ListBreakpointsResponse.Builder

addBreakpointsBuilder()

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
Type Description
Breakpoint.Builder

addBreakpointsBuilder(int index)

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
Name Description
index int
Returns
Type Description
Breakpoint.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListBreakpointsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListBreakpointsResponse.Builder
Overrides

build()

public ListBreakpointsResponse build()
Returns
Type Description
ListBreakpointsResponse

buildPartial()

public ListBreakpointsResponse buildPartial()
Returns
Type Description
ListBreakpointsResponse

clear()

public ListBreakpointsResponse.Builder clear()
Returns
Type Description
ListBreakpointsResponse.Builder
Overrides

clearBreakpoints()

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
Type Description
ListBreakpointsResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public ListBreakpointsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListBreakpointsResponse.Builder
Overrides

clearNextWaitToken()

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
Type Description
ListBreakpointsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListBreakpointsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListBreakpointsResponse.Builder
Overrides

clone()

public ListBreakpointsResponse.Builder clone()
Returns
Type Description
ListBreakpointsResponse.Builder
Overrides

getBreakpoints(int index)

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
Returns
Type Description
Breakpoint

getBreakpointsBuilder(int index)

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
Name Description
index int
Returns
Type Description
Breakpoint.Builder

getBreakpointsBuilderList()

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
Type Description
List<Builder>

getBreakpointsCount()

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

getBreakpointsList()

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
Type Description
List<Breakpoint>

getBreakpointsOrBuilder(int index)

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
Returns
Type Description
BreakpointOrBuilder

getBreakpointsOrBuilderList()

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>

getDefaultInstanceForType()

public ListBreakpointsResponse getDefaultInstanceForType()
Returns
Type Description
ListBreakpointsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getNextWaitToken()

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.

getNextWaitTokenBytes()

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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListBreakpointsResponse other)

public ListBreakpointsResponse.Builder mergeFrom(ListBreakpointsResponse other)
Parameter
Name Description
other ListBreakpointsResponse
Returns
Type Description
ListBreakpointsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListBreakpointsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListBreakpointsResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListBreakpointsResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListBreakpointsResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListBreakpointsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListBreakpointsResponse.Builder
Overrides

removeBreakpoints(int index)

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
Name Description
index int
Returns
Type Description
ListBreakpointsResponse.Builder

setBreakpoints(int index, Breakpoint value)

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
Name Description
index int
value Breakpoint
Returns
Type Description
ListBreakpointsResponse.Builder

setBreakpoints(int index, Breakpoint.Builder builderForValue)

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
Name Description
index int
builderForValue Breakpoint.Builder
Returns
Type Description
ListBreakpointsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListBreakpointsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListBreakpointsResponse.Builder
Overrides

setNextWaitToken(String value)

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
Type Description
ListBreakpointsResponse.Builder

This builder for chaining.

setNextWaitTokenBytes(ByteString value)

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
Type Description
ListBreakpointsResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListBreakpointsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListBreakpointsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListBreakpointsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListBreakpointsResponse.Builder
Overrides