Class ListActiveBreakpointsResponse.Builder (1.42.0)

public static final class ListActiveBreakpointsResponse.Builder extends GeneratedMessageV3.Builder<ListActiveBreakpointsResponse.Builder> implements ListActiveBreakpointsResponseOrBuilder

Response for listing active breakpoints.

Protobuf type google.devtools.clouddebugger.v2.ListActiveBreakpointsResponse

Static Methods

getDescriptor()

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

Methods

addAllBreakpoints(Iterable<? extends Breakpoint> values)

public ListActiveBreakpointsResponse.Builder addAllBreakpoints(Iterable<? extends Breakpoint> values)

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Parameter
Name Description
values Iterable<? extends com.google.devtools.clouddebugger.v2.Breakpoint>
Returns
Type Description
ListActiveBreakpointsResponse.Builder

addBreakpoints(Breakpoint value)

public ListActiveBreakpointsResponse.Builder addBreakpoints(Breakpoint value)

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Parameter
Name Description
value Breakpoint
Returns
Type Description
ListActiveBreakpointsResponse.Builder

addBreakpoints(Breakpoint.Builder builderForValue)

public ListActiveBreakpointsResponse.Builder addBreakpoints(Breakpoint.Builder builderForValue)

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Parameter
Name Description
builderForValue Breakpoint.Builder
Returns
Type Description
ListActiveBreakpointsResponse.Builder

addBreakpoints(int index, Breakpoint value)

public ListActiveBreakpointsResponse.Builder addBreakpoints(int index, Breakpoint value)

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Parameters
Name Description
index int
value Breakpoint
Returns
Type Description
ListActiveBreakpointsResponse.Builder

addBreakpoints(int index, Breakpoint.Builder builderForValue)

public ListActiveBreakpointsResponse.Builder addBreakpoints(int index, Breakpoint.Builder builderForValue)

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Parameters
Name Description
index int
builderForValue Breakpoint.Builder
Returns
Type Description
ListActiveBreakpointsResponse.Builder

addBreakpointsBuilder()

public Breakpoint.Builder addBreakpointsBuilder()

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Returns
Type Description
Breakpoint.Builder

addBreakpointsBuilder(int index)

public Breakpoint.Builder addBreakpointsBuilder(int index)

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

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 ListActiveBreakpointsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListActiveBreakpointsResponse.Builder
Overrides

build()

public ListActiveBreakpointsResponse build()
Returns
Type Description
ListActiveBreakpointsResponse

buildPartial()

public ListActiveBreakpointsResponse buildPartial()
Returns
Type Description
ListActiveBreakpointsResponse

clear()

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

clearBreakpoints()

public ListActiveBreakpointsResponse.Builder clearBreakpoints()

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Returns
Type Description
ListActiveBreakpointsResponse.Builder

clearField(Descriptors.FieldDescriptor field)

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

clearNextWaitToken()

public ListActiveBreakpointsResponse.Builder clearNextWaitToken()

A token that can be used in the next method call to block until the list of breakpoints changes.

string next_wait_token = 2;

Returns
Type Description
ListActiveBreakpointsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearWaitExpired()

public ListActiveBreakpointsResponse.Builder clearWaitExpired()

If set to true, indicates that there is no change to the list of active breakpoints and the server-selected timeout has expired. The breakpoints field would be empty and should be ignored.

bool wait_expired = 3;

Returns
Type Description
ListActiveBreakpointsResponse.Builder

This builder for chaining.

clone()

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

getBreakpoints(int index)

public Breakpoint getBreakpoints(int index)

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

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 all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

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 all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Returns
Type Description
List<Builder>

getBreakpointsCount()

public int getBreakpointsCount()

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Returns
Type Description
int

getBreakpointsList()

public List<Breakpoint> getBreakpointsList()

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Returns
Type Description
List<Breakpoint>

getBreakpointsOrBuilder(int index)

public BreakpointOrBuilder getBreakpointsOrBuilder(int index)

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

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 all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Returns
Type Description
List<? extends com.google.devtools.clouddebugger.v2.BreakpointOrBuilder>

getDefaultInstanceForType()

public ListActiveBreakpointsResponse getDefaultInstanceForType()
Returns
Type Description
ListActiveBreakpointsResponse

getDescriptorForType()

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

getNextWaitToken()

public String getNextWaitToken()

A token that can be used in the next method call to block until the list of breakpoints changes.

string next_wait_token = 2;

Returns
Type Description
String

The nextWaitToken.

getNextWaitTokenBytes()

public ByteString getNextWaitTokenBytes()

A token that can be used in the next method call to block until the list of breakpoints changes.

string next_wait_token = 2;

Returns
Type Description
ByteString

The bytes for nextWaitToken.

getWaitExpired()

public boolean getWaitExpired()

If set to true, indicates that there is no change to the list of active breakpoints and the server-selected timeout has expired. The breakpoints field would be empty and should be ignored.

bool wait_expired = 3;

Returns
Type Description
boolean

The waitExpired.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListActiveBreakpointsResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removeBreakpoints(int index)

public ListActiveBreakpointsResponse.Builder removeBreakpoints(int index)

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Parameter
Name Description
index int
Returns
Type Description
ListActiveBreakpointsResponse.Builder

setBreakpoints(int index, Breakpoint value)

public ListActiveBreakpointsResponse.Builder setBreakpoints(int index, Breakpoint value)

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Parameters
Name Description
index int
value Breakpoint
Returns
Type Description
ListActiveBreakpointsResponse.Builder

setBreakpoints(int index, Breakpoint.Builder builderForValue)

public ListActiveBreakpointsResponse.Builder setBreakpoints(int index, Breakpoint.Builder builderForValue)

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Parameters
Name Description
index int
builderForValue Breakpoint.Builder
Returns
Type Description
ListActiveBreakpointsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setNextWaitToken(String value)

public ListActiveBreakpointsResponse.Builder setNextWaitToken(String value)

A token that can be used in the next method call to block until the list of breakpoints changes.

string next_wait_token = 2;

Parameter
Name Description
value String

The nextWaitToken to set.

Returns
Type Description
ListActiveBreakpointsResponse.Builder

This builder for chaining.

setNextWaitTokenBytes(ByteString value)

public ListActiveBreakpointsResponse.Builder setNextWaitTokenBytes(ByteString value)

A token that can be used in the next method call to block until the list of breakpoints changes.

string next_wait_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextWaitToken to set.

Returns
Type Description
ListActiveBreakpointsResponse.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

setWaitExpired(boolean value)

public ListActiveBreakpointsResponse.Builder setWaitExpired(boolean value)

If set to true, indicates that there is no change to the list of active breakpoints and the server-selected timeout has expired. The breakpoints field would be empty and should be ignored.

bool wait_expired = 3;

Parameter
Name Description
value boolean

The waitExpired to set.

Returns
Type Description
ListActiveBreakpointsResponse.Builder

This builder for chaining.