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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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
public static final Descriptors.Descriptor getDescriptor()
Methods
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>
|
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;
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;
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;
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;
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;
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
|
public ListActiveBreakpointsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListActiveBreakpointsResponse build()
public ListActiveBreakpointsResponse buildPartial()
public ListActiveBreakpointsResponse.Builder clear()
Overrides
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;
public ListActiveBreakpointsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
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;
public ListActiveBreakpointsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
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;
public ListActiveBreakpointsResponse.Builder clone()
Overrides
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
|
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
|
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;
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 | |
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;
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
|
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> | |
public ListActiveBreakpointsResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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.
|
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.
|
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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListActiveBreakpointsResponse.Builder mergeFrom(ListActiveBreakpointsResponse other)
public ListActiveBreakpointsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ListActiveBreakpointsResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public final ListActiveBreakpointsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
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
|
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;
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;
public ListActiveBreakpointsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
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.
|
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.
|
public ListActiveBreakpointsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ListActiveBreakpointsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
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.
|