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
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
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>
|
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;
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;
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;
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;
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;
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
|
publicListBreakpointsResponse.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
publicListBreakpointsResponsebuild()
publicListBreakpointsResponsebuildPartial()
publicListBreakpointsResponse.Builderclear()
Overrides
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;
publicListBreakpointsResponse.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
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;
publicListBreakpointsResponse.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
publicListBreakpointsResponse.Builderclone()
Overrides
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
|
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
|
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;
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 |
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;
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
|
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> |
publicListBreakpointsResponsegetDefaultInstanceForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
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.
|
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.
|
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
publicfinalbooleanisInitialized()
Overrides
publicListBreakpointsResponse.BuildermergeFrom(ListBreakpointsResponseother)
publicListBreakpointsResponse.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
publicListBreakpointsResponse.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
publicfinalListBreakpointsResponse.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
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
|
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;
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;
publicListBreakpointsResponse.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
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.
|
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.
|
publicListBreakpointsResponse.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
publicfinalListBreakpointsResponse.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides