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()
Methods
public ListActiveBreakpointsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListActiveBreakpointsRequest build()
public ListActiveBreakpointsRequest buildPartial()
public ListActiveBreakpointsRequest.Builder clear()
Overrides
public ListActiveBreakpointsRequest.Builder clearDebuggeeId()
Required. Identifies the debuggee.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
public ListActiveBreakpointsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public ListActiveBreakpointsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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;
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;
public ListActiveBreakpointsRequest.Builder clone()
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()
public Descriptors.Descriptor getDescriptorForType()
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 |
---|
Type | Description |
ByteString | The bytes for waitToken.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListActiveBreakpointsRequest.Builder mergeFrom(ListActiveBreakpointsRequest other)
public ListActiveBreakpointsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ListActiveBreakpointsRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public final ListActiveBreakpointsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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.
|
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.
|
public ListActiveBreakpointsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListActiveBreakpointsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
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.
|
public final ListActiveBreakpointsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
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.
|
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.
|