Interface UpdateActiveBreakpointRequestOrBuilder

    • 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];