Class GetBreakpointRequest (1.43.0)

public final class GetBreakpointRequest extends GeneratedMessageV3 implements GetBreakpointRequestOrBuilder

Request to get breakpoint information.

Protobuf type google.devtools.clouddebugger.v2.GetBreakpointRequest

Static Fields

BREAKPOINT_ID_FIELD_NUMBER

public static final int BREAKPOINT_ID_FIELD_NUMBER
Field Value
Type Description
int

CLIENT_VERSION_FIELD_NUMBER

public static final int CLIENT_VERSION_FIELD_NUMBER
Field Value
Type Description
int

DEBUGGEE_ID_FIELD_NUMBER

public static final int DEBUGGEE_ID_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GetBreakpointRequest getDefaultInstance()
Returns
Type Description
GetBreakpointRequest

getDescriptor()

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

newBuilder()

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

newBuilder(GetBreakpointRequest prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getBreakpointId()

public String getBreakpointId()

Required. ID of the breakpoint to get.

string breakpoint_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The breakpointId.

getBreakpointIdBytes()

public ByteString getBreakpointIdBytes()

Required. ID of the breakpoint to get.

string breakpoint_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for breakpointId.

getClientVersion()

public String getClientVersion()

Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

string client_version = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The clientVersion.

getClientVersionBytes()

public ByteString getClientVersionBytes()

Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

string client_version = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for clientVersion.

getDebuggeeId()

public String getDebuggeeId()

Required. ID of the debuggee whose breakpoint to get.

string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The debuggeeId.

getDebuggeeIdBytes()

public ByteString getDebuggeeIdBytes()

Required. ID of the debuggee whose breakpoint to get.

string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for debuggeeId.

getDefaultInstanceForType()

public GetBreakpointRequest getDefaultInstanceForType()
Returns
Type Description
GetBreakpointRequest

getParserForType()

public Parser<GetBreakpointRequest> getParserForType()
Returns
Type Description
Parser<GetBreakpointRequest>
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 GetBreakpointRequest.Builder newBuilderForType()
Returns
Type Description
GetBreakpointRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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