public static final class ListActiveBreakpointsRequest.Builder extends GeneratedMessageV3.Builder<ListActiveBreakpointsRequest.Builder> implements ListActiveBreakpointsRequestOrBuilder
Request to list active breakpoints.
Protobuf type google.devtools.clouddebugger.v2.ListActiveBreakpointsRequest
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
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
public ListActiveBreakpointsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public ListActiveBreakpointsRequest build()
Returns
public ListActiveBreakpointsRequest buildPartial()
Returns
public ListActiveBreakpointsRequest.Builder clear()
Returns
Overrides
public ListActiveBreakpointsRequest.Builder clearDebuggeeId()
Required. Identifies the debuggee.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
public ListActiveBreakpointsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public ListActiveBreakpointsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public ListActiveBreakpointsRequest.Builder clearSuccessOnTimeout()
If set to true
(recommended), returns google.rpc.Code.OK
status and
sets the wait_expired
response field to true
when the server-selected
timeout has expired.
If set to false
(deprecated), returns google.rpc.Code.ABORTED
status
when the server-selected timeout has expired.
bool success_on_timeout = 3;
Returns
public ListActiveBreakpointsRequest.Builder clearWaitToken()
A token that, if specified, blocks the method call until the list
of active breakpoints has changed, or a server-selected timeout has
expired. The value should be set from the next_wait_token
field in
the last response. The initial value should be set to "init"
.
string wait_token = 2;
Returns
public ListActiveBreakpointsRequest.Builder clone()
Returns
Overrides
public String getDebuggeeId()
Required. Identifies the debuggee.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
String | The debuggeeId.
|
public ByteString getDebuggeeIdBytes()
Required. Identifies the debuggee.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
ByteString | The bytes for debuggeeId.
|
public ListActiveBreakpointsRequest getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
public boolean getSuccessOnTimeout()
If set to true
(recommended), returns google.rpc.Code.OK
status and
sets the wait_expired
response field to true
when the server-selected
timeout has expired.
If set to false
(deprecated), returns google.rpc.Code.ABORTED
status
when the server-selected timeout has expired.
bool success_on_timeout = 3;
Returns
Type | Description |
boolean | The successOnTimeout.
|
public String getWaitToken()
A token that, if specified, blocks the method call until the list
of active breakpoints has changed, or a server-selected timeout has
expired. The value should be set from the next_wait_token
field in
the last response. The initial value should be set to "init"
.
string wait_token = 2;
Returns
Type | Description |
String | The waitToken.
|
public ByteString getWaitTokenBytes()
A token that, if specified, blocks the method call until the list
of active breakpoints has changed, or a server-selected timeout has
expired. The value should be set from the next_wait_token
field in
the last response. The initial value should be set to "init"
.
string wait_token = 2;
Returns
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public ListActiveBreakpointsRequest.Builder mergeFrom(ListActiveBreakpointsRequest other)
Parameter
Returns
public ListActiveBreakpointsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public ListActiveBreakpointsRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public final ListActiveBreakpointsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public ListActiveBreakpointsRequest.Builder setDebuggeeId(String value)
Required. Identifies the debuggee.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name | Description |
value | String
The debuggeeId to set.
|
Returns
public ListActiveBreakpointsRequest.Builder setDebuggeeIdBytes(ByteString value)
Required. Identifies the debuggee.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name | Description |
value | ByteString
The bytes for debuggeeId to set.
|
Returns
public ListActiveBreakpointsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public ListActiveBreakpointsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public ListActiveBreakpointsRequest.Builder setSuccessOnTimeout(boolean value)
If set to true
(recommended), returns google.rpc.Code.OK
status and
sets the wait_expired
response field to true
when the server-selected
timeout has expired.
If set to false
(deprecated), returns google.rpc.Code.ABORTED
status
when the server-selected timeout has expired.
bool success_on_timeout = 3;
Parameter
Name | Description |
value | boolean
The successOnTimeout to set.
|
Returns
public final ListActiveBreakpointsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public ListActiveBreakpointsRequest.Builder setWaitToken(String value)
A token that, if specified, blocks the method call until the list
of active breakpoints has changed, or a server-selected timeout has
expired. The value should be set from the next_wait_token
field in
the last response. The initial value should be set to "init"
.
string wait_token = 2;
Parameter
Name | Description |
value | String
The waitToken to set.
|
Returns
public ListActiveBreakpointsRequest.Builder setWaitTokenBytes(ByteString value)
A token that, if specified, blocks the method call until the list
of active breakpoints has changed, or a server-selected timeout has
expired. The value should be set from the next_wait_token
field in
the last response. The initial value should be set to "init"
.
string wait_token = 2;
Parameter
Name | Description |
value | ByteString
The bytes for waitToken to set.
|
Returns