Package | Description |
---|---|
com.google.api.services.deploymentmanager.model |
Modifier and Type | Method and Description |
---|---|
DebugInfo |
DebugInfo.clone() |
DebugInfo |
Operation.Error.Errors.getDebugInfo() |
DebugInfo |
ResourceUpdate.Error.Errors.getDebugInfo() |
DebugInfo |
DebugInfo.set(String fieldName,
Object value) |
DebugInfo |
DebugInfo.setDetail(String detail)
Additional debugging information provided by the server.
|
DebugInfo |
DebugInfo.setStackEntries(List<String> stackEntries)
The stack trace entries indicating where the error occurred.
|
Modifier and Type | Method and Description |
---|---|
Operation.Error.Errors |
Operation.Error.Errors.setDebugInfo(DebugInfo debugInfo) |
ResourceUpdate.Error.Errors |
ResourceUpdate.Error.Errors.setDebugInfo(DebugInfo debugInfo) |
Copyright © 2011–2024 Google. All rights reserved.