Class ListBreakpointsRequest (1.43.0)

public final class ListBreakpointsRequest extends GeneratedMessageV3 implements ListBreakpointsRequestOrBuilder

Request to list breakpoints.

Protobuf type google.devtools.clouddebugger.v2.ListBreakpointsRequest

Static Fields

ACTION_FIELD_NUMBER

public static final int ACTION_FIELD_NUMBER
Field Value
Type Description
int

CLIENT_VERSION_FIELD_NUMBER

public static final int CLIENT_VERSION_FIELD_NUMBER
Field Value
Type Description
int

DEBUGGEE_ID_FIELD_NUMBER

public static final int DEBUGGEE_ID_FIELD_NUMBER
Field Value
Type Description
int

INCLUDE_ALL_USERS_FIELD_NUMBER

public static final int INCLUDE_ALL_USERS_FIELD_NUMBER
Field Value
Type Description
int

INCLUDE_INACTIVE_FIELD_NUMBER

public static final int INCLUDE_INACTIVE_FIELD_NUMBER
Field Value
Type Description
int

STRIP_RESULTS_FIELD_NUMBER

public static final int STRIP_RESULTS_FIELD_NUMBER
Field Value
Type Description
int

WAIT_TOKEN_FIELD_NUMBER

public static final int WAIT_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ListBreakpointsRequest getDefaultInstance()
Returns
Type Description
ListBreakpointsRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ListBreakpointsRequest.Builder newBuilder()
Returns
Type Description
ListBreakpointsRequest.Builder

newBuilder(ListBreakpointsRequest prototype)

public static ListBreakpointsRequest.Builder newBuilder(ListBreakpointsRequest prototype)
Parameter
Name Description
prototype ListBreakpointsRequest
Returns
Type Description
ListBreakpointsRequest.Builder

parseDelimitedFrom(InputStream input)

public static ListBreakpointsRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListBreakpointsRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListBreakpointsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListBreakpointsRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ListBreakpointsRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ListBreakpointsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListBreakpointsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListBreakpointsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListBreakpointsRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ListBreakpointsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListBreakpointsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListBreakpointsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListBreakpointsRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ListBreakpointsRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListBreakpointsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListBreakpointsRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ListBreakpointsRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListBreakpointsRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListBreakpointsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListBreakpointsRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ListBreakpointsRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ListBreakpointsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListBreakpointsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListBreakpointsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ListBreakpointsRequest> parser()
Returns
Type Description
Parser<ListBreakpointsRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAction()

public ListBreakpointsRequest.BreakpointActionValue getAction()

When set, the response includes only breakpoints with the specified action.

.google.devtools.clouddebugger.v2.ListBreakpointsRequest.BreakpointActionValue action = 4;

Returns
Type Description
ListBreakpointsRequest.BreakpointActionValue

The action.

getActionOrBuilder()

public ListBreakpointsRequest.BreakpointActionValueOrBuilder getActionOrBuilder()

When set, the response includes only breakpoints with the specified action.

.google.devtools.clouddebugger.v2.ListBreakpointsRequest.BreakpointActionValue action = 4;

Returns
Type Description
ListBreakpointsRequest.BreakpointActionValueOrBuilder

getClientVersion()

public String getClientVersion()

Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

string client_version = 8 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The clientVersion.

getClientVersionBytes()

public ByteString getClientVersionBytes()

Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

string client_version = 8 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for clientVersion.

getDebuggeeId()

public String getDebuggeeId()

Required. ID of the debuggee whose breakpoints to list.

string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The debuggeeId.

getDebuggeeIdBytes()

public ByteString getDebuggeeIdBytes()

Required. ID of the debuggee whose breakpoints to list.

string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for debuggeeId.

getDefaultInstanceForType()

public ListBreakpointsRequest getDefaultInstanceForType()
Returns
Type Description
ListBreakpointsRequest

getIncludeAllUsers()

public boolean getIncludeAllUsers()

When set to true, the response includes the list of breakpoints set by any user. Otherwise, it includes only breakpoints set by the caller.

bool include_all_users = 2;

Returns
Type Description
boolean

The includeAllUsers.

getIncludeInactive()

public boolean getIncludeInactive()

When set to true, the response includes active and inactive breakpoints. Otherwise, it includes only active breakpoints.

bool include_inactive = 3;

Returns
Type Description
boolean

The includeInactive.

getParserForType()

public Parser<ListBreakpointsRequest> getParserForType()
Returns
Type Description
Parser<ListBreakpointsRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStripResults() (deprecated)

public boolean getStripResults()

Deprecated. google.devtools.clouddebugger.v2.ListBreakpointsRequest.strip_results is deprecated. See google/devtools/clouddebugger/v2/debugger.proto;l=172

This field is deprecated. The following fields are always stripped out of the result: stack_frames, evaluated_expressions and variable_table.

bool strip_results = 5 [deprecated = true];

Returns
Type Description
boolean

The stripResults.

getWaitToken()

public String getWaitToken()

A wait token that, if specified, blocks the call until the breakpoints list has changed, or a server selected timeout has expired. The value should be set from the last response. The error code google.rpc.Code.ABORTED (RPC) is returned on wait timeout, which should be called again with the same wait_token.

string wait_token = 6;

Returns
Type Description
String

The waitToken.

getWaitTokenBytes()

public ByteString getWaitTokenBytes()

A wait token that, if specified, blocks the call until the breakpoints list has changed, or a server selected timeout has expired. The value should be set from the last response. The error code google.rpc.Code.ABORTED (RPC) is returned on wait timeout, which should be called again with the same wait_token.

string wait_token = 6;

Returns
Type Description
ByteString

The bytes for waitToken.

hasAction()

public boolean hasAction()

When set, the response includes only breakpoints with the specified action.

.google.devtools.clouddebugger.v2.ListBreakpointsRequest.BreakpointActionValue action = 4;

Returns
Type Description
boolean

Whether the action field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ListBreakpointsRequest.Builder newBuilderForType()
Returns
Type Description
ListBreakpointsRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListBreakpointsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ListBreakpointsRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ListBreakpointsRequest.Builder toBuilder()
Returns
Type Description
ListBreakpointsRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException