All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.clouddebugger.v2.CloudDebugger.Debugger.Debuggees.Breakpoints.html Maven / Gradle / Ivy

There is a newer version: v2-rev20230613-2.0.0
Show newest version






CloudDebugger.Debugger.Debuggees.Breakpoints (Stackdriver Debugger API v2-rev20180801-1.26.0)












com.google.api.services.clouddebugger.v2

Class CloudDebugger.Debugger.Debuggees.Breakpoints

  • java.lang.Object
    • com.google.api.services.clouddebugger.v2.CloudDebugger.Debugger.Debuggees.Breakpoints
    • Constructor Detail

      • Breakpoints

        public Breakpoints()
    • Method Detail

      • delete

        public CloudDebugger.Debugger.Debuggees.Breakpoints.Delete delete(String debuggeeId,
                                                                          String breakpointId)
                                                                   throws IOException
        Deletes the breakpoint from the debuggee. Create a request for the method "breakpoints.delete". This request holds the parameters needed by the clouddebugger server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        debuggeeId - ID of the debuggee whose breakpoint to delete.
        breakpointId - ID of the breakpoint to delete.
        Returns:
        the request
        Throws:
        IOException
      • get

        public CloudDebugger.Debugger.Debuggees.Breakpoints.Get get(String debuggeeId,
                                                                    String breakpointId)
                                                             throws IOException
        Gets breakpoint information. Create a request for the method "breakpoints.get". This request holds the parameters needed by the clouddebugger server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        debuggeeId - ID of the debuggee whose breakpoint to get.
        breakpointId - ID of the breakpoint to get.
        Returns:
        the request
        Throws:
        IOException
      • list

        public CloudDebugger.Debugger.Debuggees.Breakpoints.List list(String debuggeeId)
                                                               throws IOException
        Lists all breakpoints for the debuggee. Create a request for the method "breakpoints.list". This request holds the parameters needed by the clouddebugger server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        debuggeeId - ID of the debuggee whose breakpoints to list.
        Returns:
        the request
        Throws:
        IOException
      • set

        public CloudDebugger.Debugger.Debuggees.Breakpoints.Set set(String debuggeeId,
                                                                    Breakpoint content)
                                                             throws IOException
        Sets the breakpoint to the debuggee. Create a request for the method "breakpoints.set". This request holds the parameters needed by the clouddebugger server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        debuggeeId - ID of the debuggee where the breakpoint is to be set.
        content - the Breakpoint
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2018 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy