Class ListActiveBreakpointsResponse (1.5.0)

public final class ListActiveBreakpointsResponse extends GeneratedMessageV3 implements ListActiveBreakpointsResponseOrBuilder

Response for listing active breakpoints.

Protobuf type google.devtools.clouddebugger.v2.ListActiveBreakpointsResponse

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

WAIT_EXPIRED_FIELD_NUMBER

public static final int WAIT_EXPIRED_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListActiveBreakpointsResponse getDefaultInstance()
Returns

getDescriptor()

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

newBuilder()

public static ListActiveBreakpointsResponse.Builder newBuilder()
Returns

newBuilder(ListActiveBreakpointsResponse prototype)

public static ListActiveBreakpointsResponse.Builder newBuilder(ListActiveBreakpointsResponse prototype)
Parameter
NameDescription
prototypeListActiveBreakpointsResponse
Returns

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

public static ListActiveBreakpointsResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns Exceptions

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static ListActiveBreakpointsResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns Exceptions

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static ListActiveBreakpointsResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns Exceptions

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<ListActiveBreakpointsResponse> parser()
Returns

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 all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
Breakpoint

getBreakpointsCount()

public int getBreakpointsCount()

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

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

Returns
TypeDescription
int

getBreakpointsList()

public List<Breakpoint> getBreakpointsList()

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

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

Returns
TypeDescription
List<Breakpoint>

getBreakpointsOrBuilder(int index)

public BreakpointOrBuilder getBreakpointsOrBuilder(int index)

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
BreakpointOrBuilder

getBreakpointsOrBuilderList()

public List<? extends BreakpointOrBuilder> getBreakpointsOrBuilderList()

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

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

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

getDefaultInstanceForType()

public ListActiveBreakpointsResponse getDefaultInstanceForType()
Returns

getNextWaitToken()

public String getNextWaitToken()

A token that can be used in the next method call to block until the list of breakpoints changes.

string next_wait_token = 2;

Returns
TypeDescription
String

The nextWaitToken.

getNextWaitTokenBytes()

public ByteString getNextWaitTokenBytes()

A token that can be used in the next method call to block until the list of breakpoints changes.

string next_wait_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextWaitToken.

getParserForType()

public Parser<ListActiveBreakpointsResponse> getParserForType()
Returns Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

getWaitExpired()

public boolean getWaitExpired()

If set to true, indicates that there is no change to the list of active breakpoints and the server-selected timeout has expired. The breakpoints field would be empty and should be ignored.

bool wait_expired = 3;

Returns
TypeDescription
boolean

The waitExpired.

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public ListActiveBreakpointsResponse.Builder toBuilder()
Returns

writeTo(CodedOutputStream output)

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