Interface SetBreakpointResponseOrBuilder (1.23.0)

public interface SetBreakpointResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBreakpoint()

public abstract Breakpoint getBreakpoint()

Breakpoint resource. The field id is guaranteed to be set (in addition to the echoed fileds).

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

Returns
TypeDescription
Breakpoint

The breakpoint.

getBreakpointOrBuilder()

public abstract BreakpointOrBuilder getBreakpointOrBuilder()

Breakpoint resource. The field id is guaranteed to be set (in addition to the echoed fileds).

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

Returns
TypeDescription
BreakpointOrBuilder

hasBreakpoint()

public abstract boolean hasBreakpoint()

Breakpoint resource. The field id is guaranteed to be set (in addition to the echoed fileds).

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

Returns
TypeDescription
boolean

Whether the breakpoint field is set.