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

NEXT_WAIT_TOKEN_FIELD_NUMBER

public static final int NEXT_WAIT_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListBreakpointsResponse getDefaultInstance()
Returns
TypeDescription
ListBreakpointsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListBreakpointsResponse prototype)

public static ListBreakpointsResponse.Builder newBuilder(ListBreakpointsResponse prototype)
Parameter
NameDescription
prototypeListBreakpointsResponse
Returns
TypeDescription
ListBreakpointsResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.devtools.clouddebugger.v2.BreakpointOrBuilder>

getDefaultInstanceForType()

public ListBreakpointsResponse getDefaultInstanceForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextWaitToken.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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