Class ListBreakpointsResponse.Builder (1.60.0)

publicstaticfinalclassListBreakpointsResponse.BuilderextendsGeneratedMessageV3.Builder<ListBreakpointsResponse.Builder>implementsListBreakpointsResponseOrBuilder

Response for listing breakpoints.

Protobuf type google.devtools.clouddebugger.v2.ListBreakpointsResponse

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllBreakpoints(Iterable<? extends Breakpoint> values)

publicListBreakpointsResponse.BuilderaddAllBreakpoints(Iterable<?extendsBreakpoint>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)

publicListBreakpointsResponse.BuilderaddBreakpoints(Breakpointvalue)

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)

publicListBreakpointsResponse.BuilderaddBreakpoints(Breakpoint.BuilderbuilderForValue)

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)

publicListBreakpointsResponse.BuilderaddBreakpoints(intindex,Breakpointvalue)

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)

publicListBreakpointsResponse.BuilderaddBreakpoints(intindex,Breakpoint.BuilderbuilderForValue)

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()

publicBreakpoint.BuilderaddBreakpointsBuilder()

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)

publicBreakpoint.BuilderaddBreakpointsBuilder(intindex)

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)

publicListBreakpointsResponse.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListBreakpointsResponse.Builder
Overrides

build()

publicListBreakpointsResponsebuild()
Returns
TypeDescription
ListBreakpointsResponse

buildPartial()

publicListBreakpointsResponsebuildPartial()
Returns
TypeDescription
ListBreakpointsResponse

clear()

publicListBreakpointsResponse.Builderclear()
Returns
TypeDescription
ListBreakpointsResponse.Builder
Overrides

clearBreakpoints()

publicListBreakpointsResponse.BuilderclearBreakpoints()

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)

publicListBreakpointsResponse.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListBreakpointsResponse.Builder
Overrides

clearNextWaitToken()

publicListBreakpointsResponse.BuilderclearNextWaitToken()

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)

publicListBreakpointsResponse.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListBreakpointsResponse.Builder
Overrides

clone()

publicListBreakpointsResponse.Builderclone()
Returns
TypeDescription
ListBreakpointsResponse.Builder
Overrides

getBreakpoints(int index)

publicBreakpointgetBreakpoints(intindex)

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)

publicBreakpoint.BuildergetBreakpointsBuilder(intindex)

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()

publicList<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()

publicintgetBreakpointsCount()

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()

publicList<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)

publicBreakpointOrBuildergetBreakpointsOrBuilder(intindex)

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()

publicList<?extendsBreakpointOrBuilder>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()

publicListBreakpointsResponsegetDefaultInstanceForType()
Returns
TypeDescription
ListBreakpointsResponse

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getNextWaitToken()

publicStringgetNextWaitToken()

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()

publicByteStringgetNextWaitTokenBytes()

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()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListBreakpointsResponse other)

publicListBreakpointsResponse.BuildermergeFrom(ListBreakpointsResponseother)
Parameter
NameDescription
otherListBreakpointsResponse
Returns
TypeDescription
ListBreakpointsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicListBreakpointsResponse.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListBreakpointsResponse.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

publicListBreakpointsResponse.BuildermergeFrom(Messageother)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListBreakpointsResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalListBreakpointsResponse.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListBreakpointsResponse.Builder
Overrides

removeBreakpoints(int index)

publicListBreakpointsResponse.BuilderremoveBreakpoints(intindex)

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)

publicListBreakpointsResponse.BuildersetBreakpoints(intindex,Breakpointvalue)

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)

publicListBreakpointsResponse.BuildersetBreakpoints(intindex,Breakpoint.BuilderbuilderForValue)

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)

publicListBreakpointsResponse.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListBreakpointsResponse.Builder
Overrides

setNextWaitToken(String value)

publicListBreakpointsResponse.BuildersetNextWaitToken(Stringvalue)

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)

publicListBreakpointsResponse.BuildersetNextWaitTokenBytes(ByteStringvalue)

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)

publicListBreakpointsResponse.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListBreakpointsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalListBreakpointsResponse.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListBreakpointsResponse.Builder
Overrides