public final class ListActiveBreakpointsRequest extends GeneratedMessageV3 implements ListActiveBreakpointsRequestOrBuilder
Request to list active breakpoints.
Protobuf type google.devtools.clouddebugger.v2.ListActiveBreakpointsRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int DEBUGGEE_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int SUCCESS_ON_TIMEOUT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int WAIT_TOKEN_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static ListActiveBreakpointsRequest getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static ListActiveBreakpointsRequest.Builder newBuilder()
public static ListActiveBreakpointsRequest.Builder newBuilder(ListActiveBreakpointsRequest prototype)
public static ListActiveBreakpointsRequest parseDelimitedFrom(InputStream input)
public static ListActiveBreakpointsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListActiveBreakpointsRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static ListActiveBreakpointsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListActiveBreakpointsRequest parseFrom(ByteString data)
public static ListActiveBreakpointsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListActiveBreakpointsRequest parseFrom(CodedInputStream input)
public static ListActiveBreakpointsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListActiveBreakpointsRequest parseFrom(InputStream input)
public static ListActiveBreakpointsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListActiveBreakpointsRequest parseFrom(ByteBuffer data)
public static ListActiveBreakpointsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<ListActiveBreakpointsRequest> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
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 Parser<ListActiveBreakpointsRequest> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
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.
|
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListActiveBreakpointsRequest.Builder newBuilderForType()
protected ListActiveBreakpointsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public ListActiveBreakpointsRequest.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides