Interface UpdateActiveBreakpointRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateActiveBreakpointRequest,UpdateActiveBreakpointRequest.Builder
public interface UpdateActiveBreakpointRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BreakpointgetBreakpoint()Required.BreakpointOrBuildergetBreakpointOrBuilder()Required.StringgetDebuggeeId()Required.com.google.protobuf.ByteStringgetDebuggeeIdBytes()Required.booleanhasBreakpoint()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDebuggeeId
String getDebuggeeId()
Required. Identifies the debuggee being debugged.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The debuggeeId.
-
getDebuggeeIdBytes
com.google.protobuf.ByteString getDebuggeeIdBytes()
Required. Identifies the debuggee being debugged.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for debuggeeId.
-
hasBreakpoint
boolean hasBreakpoint()
Required. Updated breakpoint information. The field `id` must be set. The agent must echo all Breakpoint specification fields in the update.
.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the breakpoint field is set.
-
getBreakpoint
Breakpoint getBreakpoint()
Required. Updated breakpoint information. The field `id` must be set. The agent must echo all Breakpoint specification fields in the update.
.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The breakpoint.
-
getBreakpointOrBuilder
BreakpointOrBuilder getBreakpointOrBuilder()
Required. Updated breakpoint information. The field `id` must be set. The agent must echo all Breakpoint specification fields in the update.
.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
-
-