| Package | Description |
|---|---|
| com.google.api.services.clouddebugger.v2.model |
| Modifier and Type | Method and Description |
|---|---|
Debuggee |
Debuggee.clone() |
Debuggee |
RegisterDebuggeeResponse.getDebuggee()
Debuggee resource.
|
Debuggee |
RegisterDebuggeeRequest.getDebuggee()
Debuggee information to register.
|
Debuggee |
Debuggee.set(java.lang.String fieldName,
java.lang.Object value) |
Debuggee |
Debuggee.setAgentVersion(java.lang.String agentVersion)
Version ID of the agent release.
|
Debuggee |
Debuggee.setDescription(java.lang.String description)
Human readable description of the debuggee.
|
Debuggee |
Debuggee.setExtSourceContexts(java.util.List<ExtendedSourceContext> extSourceContexts)
References to the locations and revisions of the source code used in the deployed application.
|
Debuggee |
Debuggee.setId(java.lang.String id)
Unique identifier for the debuggee generated by the controller service.
|
Debuggee |
Debuggee.setIsDisabled(java.lang.Boolean isDisabled)
If set to `true`, indicates that the agent should disable itself and detach from the debuggee.
|
Debuggee |
Debuggee.setIsInactive(java.lang.Boolean isInactive)
If set to `true`, indicates that the debuggee is considered as inactive by the Controller
service.
|
Debuggee |
Debuggee.setLabels(java.util.Map<java.lang.String,java.lang.String> labels)
A set of custom debuggee properties, populated by the agent, to be displayed to the user.
|
Debuggee |
Debuggee.setProject(java.lang.String project)
Project the debuggee is associated with.
|
Debuggee |
Debuggee.setSourceContexts(java.util.List<SourceContext> sourceContexts)
References to the locations and revisions of the source code used in the deployed application.
|
Debuggee |
Debuggee.setStatus(StatusMessage status)
Human readable message to be displayed to the user about this debuggee.
|
Debuggee |
Debuggee.setUniquifier(java.lang.String uniquifier)
Debuggee uniquifier within the project.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Debuggee> |
ListDebuggeesResponse.getDebuggees()
List of debuggees accessible to the calling user.
|
| Modifier and Type | Method and Description |
|---|---|
RegisterDebuggeeResponse |
RegisterDebuggeeResponse.setDebuggee(Debuggee debuggee)
Debuggee resource.
|
RegisterDebuggeeRequest |
RegisterDebuggeeRequest.setDebuggee(Debuggee debuggee)
Debuggee information to register.
|
| Modifier and Type | Method and Description |
|---|---|
ListDebuggeesResponse |
ListDebuggeesResponse.setDebuggees(java.util.List<Debuggee> debuggees)
List of debuggees accessible to the calling user.
|