Interface GetBreakpointResponseOrBuilder (1.41.0)

public interface GetBreakpointResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBreakpoint()

public abstract 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 abstract 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

hasBreakpoint()

public abstract 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.