Interface DeleteBreakpointRequestOrBuilder (1.30.0)

public interface DeleteBreakpointRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBreakpointId()

public abstract String getBreakpointId()

Required. ID of the breakpoint to delete.

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

Returns
TypeDescription
String

The breakpointId.

getBreakpointIdBytes()

public abstract ByteString getBreakpointIdBytes()

Required. ID of the breakpoint to delete.

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

Returns
TypeDescription
ByteString

The bytes for breakpointId.

getClientVersion()

public abstract String getClientVersion()

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

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

Returns
TypeDescription
String

The clientVersion.

getClientVersionBytes()

public abstract ByteString getClientVersionBytes()

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

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

Returns
TypeDescription
ByteString

The bytes for clientVersion.

getDebuggeeId()

public abstract String getDebuggeeId()

Required. ID of the debuggee whose breakpoint to delete.

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

Returns
TypeDescription
String

The debuggeeId.

getDebuggeeIdBytes()

public abstract ByteString getDebuggeeIdBytes()

Required. ID of the debuggee whose breakpoint to delete.

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

Returns
TypeDescription
ByteString

The bytes for debuggeeId.