Class ListBreakpointsRequest (1.7.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
TypeDescription
int

CLIENT_VERSION_FIELD_NUMBER

public static final int CLIENT_VERSION_FIELD_NUMBER
Field Value
TypeDescription
int

DEBUGGEE_ID_FIELD_NUMBER

public static final int DEBUGGEE_ID_FIELD_NUMBER
Field Value
TypeDescription
int

INCLUDE_ALL_USERS_FIELD_NUMBER

public static final int INCLUDE_ALL_USERS_FIELD_NUMBER
Field Value
TypeDescription
int

INCLUDE_INACTIVE_FIELD_NUMBER

public static final int INCLUDE_INACTIVE_FIELD_NUMBER
Field Value
TypeDescription
int

STRIP_RESULTS_FIELD_NUMBER

public static final int STRIP_RESULTS_FIELD_NUMBER
Field Value
TypeDescription
int

WAIT_TOKEN_FIELD_NUMBER

public static final int WAIT_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListBreakpointsRequest getDefaultInstance()
Returns
TypeDescription
ListBreakpointsRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ListBreakpointsRequest.Builder newBuilder()
Returns
TypeDescription
ListBreakpointsRequest.Builder

newBuilder(ListBreakpointsRequest prototype)

public static ListBreakpointsRequest.Builder newBuilder(ListBreakpointsRequest prototype)
Parameter
NameDescription
prototypeListBreakpointsRequest
Returns
TypeDescription
ListBreakpointsRequest.Builder

parseDelimitedFrom(InputStream input)

public static ListBreakpointsRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListBreakpointsRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListBreakpointsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListBreakpointsRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ListBreakpointsRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ListBreakpointsRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListBreakpointsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListBreakpointsRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListBreakpointsRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ListBreakpointsRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListBreakpointsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListBreakpointsRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListBreakpointsRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ListBreakpointsRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListBreakpointsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListBreakpointsRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ListBreakpointsRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListBreakpointsRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListBreakpointsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListBreakpointsRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ListBreakpointsRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ListBreakpointsRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListBreakpointsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListBreakpointsRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ListBreakpointsRequest> parser()
Returns
TypeDescription
Parser<ListBreakpointsRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for debuggeeId.

getDefaultInstanceForType()

public ListBreakpointsRequest getDefaultInstanceForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

The includeInactive.

getParserForType()

public Parser<ListBreakpointsRequest> getParserForType()
Returns
TypeDescription
Parser<ListBreakpointsRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
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
TypeDescription
boolean

The stripResults.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the action field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ListBreakpointsRequest.Builder newBuilderForType()
Returns
TypeDescription
ListBreakpointsRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListBreakpointsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ListBreakpointsRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ListBreakpointsRequest.Builder toBuilder()
Returns
TypeDescription
ListBreakpointsRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException