Class ListBreakpointsResponse (1.44.0)

public final class ListBreakpointsResponse extends GeneratedMessageV3 implements ListBreakpointsResponseOrBuilder

Response for listing breakpoints.

Protobuf type google.devtools.clouddebugger.v2.ListBreakpointsResponse

Static Fields

BREAKPOINTS_FIELD_NUMBER

public static final int BREAKPOINTS_FIELD_NUMBER
Field Value
Type Description
int

NEXT_WAIT_TOKEN_FIELD_NUMBER

public static final int NEXT_WAIT_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ListBreakpointsResponse getDefaultInstance()
Returns
Type Description
ListBreakpointsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListBreakpointsResponse prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getBreakpoints(int index)

public Breakpoint getBreakpoints(int index)

List of breakpoints matching the request. The fields id and location are guaranteed to be set on each breakpoint. The fields: stack_frames, evaluated_expressions and variable_table are cleared on each breakpoint regardless of its status.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Parameter
Name Description
index int
Returns
Type Description
Breakpoint

getBreakpointsCount()

public int getBreakpointsCount()

List of breakpoints matching the request. The fields id and location are guaranteed to be set on each breakpoint. The fields: stack_frames, evaluated_expressions and variable_table are cleared on each breakpoint regardless of its status.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Returns
Type Description
int

getBreakpointsList()

public List<Breakpoint> getBreakpointsList()

List of breakpoints matching the request. The fields id and location are guaranteed to be set on each breakpoint. The fields: stack_frames, evaluated_expressions and variable_table are cleared on each breakpoint regardless of its status.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Returns
Type Description
List<Breakpoint>

getBreakpointsOrBuilder(int index)

public BreakpointOrBuilder getBreakpointsOrBuilder(int index)

List of breakpoints matching the request. The fields id and location are guaranteed to be set on each breakpoint. The fields: stack_frames, evaluated_expressions and variable_table are cleared on each breakpoint regardless of its status.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Parameter
Name Description
index int
Returns
Type Description
BreakpointOrBuilder

getBreakpointsOrBuilderList()

public List<? extends BreakpointOrBuilder> getBreakpointsOrBuilderList()

List of breakpoints matching the request. The fields id and location are guaranteed to be set on each breakpoint. The fields: stack_frames, evaluated_expressions and variable_table are cleared on each breakpoint regardless of its status.

repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;

Returns
Type Description
List<? extends com.google.devtools.clouddebugger.v2.BreakpointOrBuilder>

getDefaultInstanceForType()

public ListBreakpointsResponse getDefaultInstanceForType()
Returns
Type Description
ListBreakpointsResponse

getNextWaitToken()

public String getNextWaitToken()

A wait token that can be used in the next call to list (REST) or ListBreakpoints (RPC) to block until the list of breakpoints has changes.

string next_wait_token = 2;

Returns
Type Description
String

The nextWaitToken.

getNextWaitTokenBytes()

public ByteString getNextWaitTokenBytes()

A wait token that can be used in the next call to list (REST) or ListBreakpoints (RPC) to block until the list of breakpoints has changes.

string next_wait_token = 2;

Returns
Type Description
ByteString

The bytes for nextWaitToken.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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 ListBreakpointsResponse.Builder newBuilderForType()
Returns
Type Description
ListBreakpointsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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