public final class ListActiveBreakpointsResponse extends GeneratedMessageV3 implements ListActiveBreakpointsResponseOrBuilder
Response for listing active breakpoints.
Protobuf type google.devtools.clouddebugger.v2.ListActiveBreakpointsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListActiveBreakpointsResponseImplements
ListActiveBreakpointsResponseOrBuilderStatic 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 |
WAIT_EXPIRED_FIELD_NUMBER
public static final int WAIT_EXPIRED_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListActiveBreakpointsResponse getDefaultInstance()
Returns | |
---|---|
Type | Description |
ListActiveBreakpointsResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ListActiveBreakpointsResponse.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ListActiveBreakpointsResponse.Builder |
newBuilder(ListActiveBreakpointsResponse prototype)
public static ListActiveBreakpointsResponse.Builder newBuilder(ListActiveBreakpointsResponse prototype)
Parameter | |
---|---|
Name | Description |
prototype | ListActiveBreakpointsResponse |
Returns | |
---|---|
Type | Description |
ListActiveBreakpointsResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ListActiveBreakpointsResponse parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
ListActiveBreakpointsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListActiveBreakpointsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListActiveBreakpointsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListActiveBreakpointsResponse parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
ListActiveBreakpointsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListActiveBreakpointsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListActiveBreakpointsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListActiveBreakpointsResponse parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
ListActiveBreakpointsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListActiveBreakpointsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListActiveBreakpointsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListActiveBreakpointsResponse parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
ListActiveBreakpointsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListActiveBreakpointsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListActiveBreakpointsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListActiveBreakpointsResponse parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
ListActiveBreakpointsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListActiveBreakpointsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListActiveBreakpointsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListActiveBreakpointsResponse parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
ListActiveBreakpointsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListActiveBreakpointsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListActiveBreakpointsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListActiveBreakpointsResponse> parser()
Returns | |
---|---|
Type | Description |
Parser<ListActiveBreakpointsResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
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 | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
List<? extends com.google.devtools.clouddebugger.v2.BreakpointOrBuilder> |
getDefaultInstanceForType()
public ListActiveBreakpointsResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListActiveBreakpointsResponse |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString | The bytes for nextWaitToken. |
getParserForType()
public Parser<ListActiveBreakpointsResponse> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ListActiveBreakpointsResponse> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
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 | |
---|---|
Type | Description |
boolean | The waitExpired. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public ListActiveBreakpointsResponse.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ListActiveBreakpointsResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListActiveBreakpointsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
ListActiveBreakpointsResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ListActiveBreakpointsResponse.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ListActiveBreakpointsResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |