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

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

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






CloudDebugger.Controller.Debuggees (Cloud Debugger API v2-rev20200807-1.30.10)












com.google.api.services.clouddebugger.v2

Class CloudDebugger.Controller.Debuggees

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

      • Debuggees

        public Debuggees()
    • Method Detail

      • register

        public CloudDebugger.Controller.Debuggees.Register register(RegisterDebuggeeRequest content)
                                                             throws IOException
        Registers the debuggee with the controller service. All agents attached to the same application must call this method with exactly the same request content to get back the same stable `debuggee_id`. Agents should call this method again whenever `google.rpc.Code.NOT_FOUND` is returned from any controller method. This protocol allows the controller service to disable debuggees, recover from data loss, or change the `debuggee_id` format. Agents must handle `debuggee_id` value changing upon re-registration. Create a request for the method "debuggees.register". 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:
        content - the RegisterDebuggeeRequest
        Returns:
        the request
        Throws:
        IOException
      • breakpoints

        public CloudDebugger.Controller.Debuggees.Breakpoints breakpoints()
        An accessor for creating requests from the Breakpoints collection.

        The typical use is:

            CloudDebugger clouddebugger = new CloudDebugger(...);
            CloudDebugger.Breakpoints.List request = clouddebugger.breakpoints().list(parameters ...)
         
        Returns:
        the resource collection

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy