Class ListBreakpointsResponse.Builder (1.19.0)

publicstaticfinalclass ListBreakpointsResponse.BuilderextendsGeneratedMessageV3.Builder<ListBreakpointsResponse.Builder>implementsListBreakpointsResponseOrBuilder

Response for listing breakpoints.

Protobuf type google.devtools.clouddebugger.v2.ListBreakpointsResponse

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
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
Name Description
values Iterable<? extends com.google.devtools.clouddebugger.v2.Breakpoint>
Returns
Type Description
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
Name Description
value Breakpoint
Returns
Type Description
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
Name Description
builderForValue Breakpoint.Builder
Returns
Type Description
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
Name Description
index int
value Breakpoint
Returns
Type Description
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
Name Description
index int
builderForValue Breakpoint.Builder
Returns
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
Breakpoint.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicListBreakpointsResponse.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListBreakpointsResponse.Builder
Overrides

build()

publicListBreakpointsResponsebuild()
Returns
Type Description
ListBreakpointsResponse

buildPartial()

publicListBreakpointsResponsebuildPartial()
Returns
Type Description
ListBreakpointsResponse

clear()

publicListBreakpointsResponse.Builderclear()
Returns
Type Description
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
Type Description
ListBreakpointsResponse.Builder

clearField(Descriptors.FieldDescriptor field)

publicListBreakpointsResponse.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
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
Type Description
ListBreakpointsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

publicListBreakpointsResponse.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListBreakpointsResponse.Builder
Overrides

clone()

publicListBreakpointsResponse.Builderclone()
Returns
Type Description
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
Name Description
index int
Returns
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
List<? extends com.google.devtools.clouddebugger.v2.BreakpointOrBuilder>

getDefaultInstanceForType()

publicListBreakpointsResponsegetDefaultInstanceForType()
Returns
Type Description
ListBreakpointsResponse

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for nextWaitToken.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListBreakpointsResponse other)

publicListBreakpointsResponse.BuildermergeFrom(ListBreakpointsResponseother)
Parameter
Name Description
other ListBreakpointsResponse
Returns
Type Description
ListBreakpointsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicListBreakpointsResponse.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListBreakpointsResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicListBreakpointsResponse.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
ListBreakpointsResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalListBreakpointsResponse.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
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
Name Description
index int
Returns
Type Description
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
Name Description
index int
value Breakpoint
Returns
Type Description
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
Name Description
index int
builderForValue Breakpoint.Builder
Returns
Type Description
ListBreakpointsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

publicListBreakpointsResponse.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
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
Name Description
value String

The nextWaitToken to set.

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

publicListBreakpointsResponse.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListBreakpointsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalListBreakpointsResponse.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListBreakpointsResponse.Builder
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.