Class ListBreakpointsResponse.Builder (1.41.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
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.devtools.clouddebugger.v2.Breakpoint>
Returns
TypeDescription
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
NameDescription
valueBreakpoint
Returns
TypeDescription
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
NameDescription
builderForValueBreakpoint.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueBreakpoint
Returns
TypeDescription
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
NameDescription
indexint
builderForValueBreakpoint.Builder
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
Breakpoint.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListBreakpointsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListBreakpointsResponse.Builder
Overrides

build()

public ListBreakpointsResponse build()
Returns
TypeDescription
ListBreakpointsResponse

buildPartial()

public ListBreakpointsResponse buildPartial()
Returns
TypeDescription
ListBreakpointsResponse

clear()

public ListBreakpointsResponse.Builder clear()
Returns
TypeDescription
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
TypeDescription
ListBreakpointsResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public ListBreakpointsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
ListBreakpointsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListBreakpointsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListBreakpointsResponse.Builder
Overrides

clone()

public ListBreakpointsResponse.Builder clone()
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.devtools.clouddebugger.v2.BreakpointOrBuilder>

getDefaultInstanceForType()

public ListBreakpointsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListBreakpointsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextWaitToken.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListBreakpointsResponse other)

public ListBreakpointsResponse.Builder mergeFrom(ListBreakpointsResponse other)
Parameter
NameDescription
otherListBreakpointsResponse
Returns
TypeDescription
ListBreakpointsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListBreakpointsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListBreakpointsResponse.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListBreakpointsResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListBreakpointsResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListBreakpointsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
valueBreakpoint
Returns
TypeDescription
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
NameDescription
indexint
builderForValueBreakpoint.Builder
Returns
TypeDescription
ListBreakpointsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListBreakpointsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The nextWaitToken to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for nextWaitToken to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListBreakpointsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListBreakpointsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListBreakpointsResponse.Builder
Overrides