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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ListActiveBreakpointsResponse build()
Returns
TypeDescription
ListActiveBreakpointsResponse

buildPartial()

public ListActiveBreakpointsResponse buildPartial()
Returns
TypeDescription
ListActiveBreakpointsResponse

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListActiveBreakpointsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
ListActiveBreakpointsResponse.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public ListActiveBreakpointsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListActiveBreakpointsResponse

getDescriptorForType()

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

The waitExpired.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListActiveBreakpointsResponse other)

public ListActiveBreakpointsResponse.Builder mergeFrom(ListActiveBreakpointsResponse other)
Parameter
NameDescription
otherListActiveBreakpointsResponse
Returns
TypeDescription
ListActiveBreakpointsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

The nextWaitToken to set.

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

The bytes for nextWaitToken to set.

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

setUnknownFields(UnknownFieldSet unknownFields)

public final ListActiveBreakpointsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueboolean

The waitExpired to set.

Returns
TypeDescription
ListActiveBreakpointsResponse.Builder

This builder for chaining.