public interface SetBreakpointResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean | Whether the breakpoint field is set. |