| Package | Description |
|---|---|
| com.google.api.services.clouddebugger.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ExtendedSourceContext |
ExtendedSourceContext.clone() |
ExtendedSourceContext |
ExtendedSourceContext.set(java.lang.String fieldName,
java.lang.Object value) |
ExtendedSourceContext |
ExtendedSourceContext.setContext(SourceContext context)
Any source context.
|
ExtendedSourceContext |
ExtendedSourceContext.setLabels(java.util.Map<java.lang.String,java.lang.String> labels)
Labels with user defined metadata.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExtendedSourceContext> |
Debuggee.getExtSourceContexts()
References to the locations and revisions of the source code used in the deployed application.
|
| Modifier and Type | Method and Description |
|---|---|
Debuggee |
Debuggee.setExtSourceContexts(java.util.List<ExtendedSourceContext> extSourceContexts)
References to the locations and revisions of the source code used in the deployed application.
|