Package com.google.cloud.debugger.v2 (1.35.0)
GitHub Repository |
Client Classes
Client classes are the main entry point to using a package. They contain several variations of Java methods for each of the API's methods.
Client | Description |
---|---|
com.google.cloud.debugger.v2.Controller2Client | Service Description: The Controller service provides the API for orchestrating a collection of debugger agents to perform debugging tasks. These agents are each attached to a process of an application which may include one or more replicas. |
com.google.cloud.debugger.v2.Debugger2Client | Service Description: The Debugger service provides the API that allows users to collect run-time information from a running application, without stopping or slowing it down and without modifying its state. An application may include one or more replicated processes performing the same work. |
Settings Classes
Settings classes can be used to configure credentials, endpoints, and retry settings for a Client.
Settings | Description |
---|---|
com.google.cloud.debugger.v2.Controller2Settings |
Settings class to configure an instance of Controller2Client.
The default instance has everything set to sensible defaults: |
com.google.cloud.debugger.v2.Debugger2Settings |
Settings class to configure an instance of Debugger2Client.
The default instance has everything set to sensible defaults: |
Classes
Class | Description |
---|---|
com.google.cloud.debugger.v2.Controller2Settings.Builder | Builder for Controller2Settings. |
com.google.cloud.debugger.v2.Debugger2Settings.Builder | Builder for Debugger2Settings. |