Interface SetBreakpointResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetBreakpointResponse
,SetBreakpointResponse.Builder
public interface SetBreakpointResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Breakpoint
getBreakpoint()
Breakpoint resource.BreakpointOrBuilder
getBreakpointOrBuilder()
Breakpoint resource.boolean
hasBreakpoint()
Breakpoint resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasBreakpoint
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:
- Whether the breakpoint field is set.
-
getBreakpoint
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:
- The breakpoint.
-
getBreakpointOrBuilder
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;
-
-