Interface GetBreakpointResponseOrBuilder (1.40.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
Type Description
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
Type Description
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
Type Description
boolean

Whether the breakpoint field is set.