Class GetBreakpointResponse (1.41.0)

public final class GetBreakpointResponse extends GeneratedMessageV3 implements GetBreakpointResponseOrBuilder

Response for getting breakpoint information.

Protobuf type google.devtools.clouddebugger.v2.GetBreakpointResponse

Static Fields

BREAKPOINT_FIELD_NUMBER

public static final int BREAKPOINT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static GetBreakpointResponse getDefaultInstance()
Returns
TypeDescription
GetBreakpointResponse

getDescriptor()

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

newBuilder()

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

newBuilder(GetBreakpointResponse prototype)

public static GetBreakpointResponse.Builder newBuilder(GetBreakpointResponse prototype)
Parameter
NameDescription
prototypeGetBreakpointResponse
Returns
TypeDescription
GetBreakpointResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getBreakpoint()

public Breakpoint getBreakpoint()

Complete breakpoint state. The fields id and location are guaranteed to be set.

.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 1;

Returns
TypeDescription
Breakpoint

The breakpoint.

getBreakpointOrBuilder()

public BreakpointOrBuilder getBreakpointOrBuilder()

Complete breakpoint state. The fields id and location are guaranteed to be set.

.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 1;

Returns
TypeDescription
BreakpointOrBuilder

getDefaultInstanceForType()

public GetBreakpointResponse getDefaultInstanceForType()
Returns
TypeDescription
GetBreakpointResponse

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasBreakpoint()

public boolean hasBreakpoint()

Complete breakpoint state. The fields id and location are guaranteed to be set.

.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 1;

Returns
TypeDescription
boolean

Whether the breakpoint 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 GetBreakpointResponse.Builder newBuilderForType()
Returns
TypeDescription
GetBreakpointResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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