| 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()
Required.
|
Debuggee |
Debuggee.set(String fieldName,
Object value) |
Debuggee |
Debuggee.setAgentVersion(String agentVersion)
Version ID of the agent.
|
Debuggee |
Debuggee.setCanaryMode(String canaryMode)
Used when setting breakpoint canary for this debuggee.
|
Debuggee |
Debuggee.setDescription(String description)
Human readable description of the debuggee.
|
Debuggee |
Debuggee.setExtSourceContexts(List<ExtendedSourceContext> extSourceContexts)
References to the locations and revisions of the source code used in the deployed application.
|
Debuggee |
Debuggee.setId(String id)
Unique identifier for the debuggee generated by the controller service.
|
Debuggee |
Debuggee.setIsDisabled(Boolean isDisabled)
If set to `true`, indicates that the agent should disable itself and detach from the debuggee.
|
Debuggee |
Debuggee.setIsInactive(Boolean isInactive)
If set to `true`, indicates that Controller service does not detect any activity from the
debuggee agents and the application is possibly stopped.
|
Debuggee |
Debuggee.setLabels(Map<String,String> labels)
A set of custom debuggee properties, populated by the agent, to be displayed to the user.
|
Debuggee |
Debuggee.setProject(String project)
Project the debuggee is associated with.
|
Debuggee |
Debuggee.setSourceContexts(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(String uniquifier)
Uniquifier to further distinguish the application.
|
| Modifier and Type | Method and Description |
|---|---|
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)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
ListDebuggeesResponse |
ListDebuggeesResponse.setDebuggees(List<Debuggee> debuggees)
List of debuggees accessible to the calling user.
|
Copyright © 2011–2023 Google. All rights reserved.