Interface UpdateActiveBreakpointRequestOrBuilder (1.41.0)

public interface UpdateActiveBreakpointRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBreakpoint()

public abstract Breakpoint getBreakpoint()

Required. Updated breakpoint information. The field id must be set. The agent must echo all Breakpoint specification fields in the update.

.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Breakpoint

The breakpoint.

getBreakpointOrBuilder()

public abstract BreakpointOrBuilder getBreakpointOrBuilder()

Required. Updated breakpoint information. The field id must be set. The agent must echo all Breakpoint specification fields in the update.

.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
BreakpointOrBuilder

getDebuggeeId()

public abstract String getDebuggeeId()

Required. Identifies the debuggee being debugged.

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

Returns
TypeDescription
String

The debuggeeId.

getDebuggeeIdBytes()

public abstract ByteString getDebuggeeIdBytes()

Required. Identifies the debuggee being debugged.

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

Returns
TypeDescription
ByteString

The bytes for debuggeeId.

hasBreakpoint()

public abstract boolean hasBreakpoint()

Required. Updated breakpoint information. The field id must be set. The agent must echo all Breakpoint specification fields in the update.

.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the breakpoint field is set.