target.apidocs.com.google.api.services.clouddebugger.v2.CloudDebugger.Controller.Debuggees.html Maven / Gradle / Ivy
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
-
- Enclosing class:
- CloudDebugger.Controller
public class CloudDebugger.Controller.Debuggees
extends Object
The "debuggees" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
CloudDebugger.Controller.Debuggees.Breakpoints
The "breakpoints" collection of methods.
class
CloudDebugger.Controller.Debuggees.Register
-
Constructor Summary
Constructors
Constructor and Description
Debuggees()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
CloudDebugger.Controller.Debuggees.Breakpoints
breakpoints()
An accessor for creating requests from the Breakpoints collection.
CloudDebugger.Controller.Debuggees.Register
register(RegisterDebuggeeRequest content)
Registers the debuggee with the controller service.
-
-
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