| Package | Description |
|---|---|
| com.google.api.services.serviceusage.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Impact |
Impact.clone() |
Impact |
Impact.set(String fieldName,
Object value) |
Impact |
Impact.setDetail(String detail)
Output only.
|
Impact |
Impact.setImpactType(String impactType)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<Impact> |
AnalysisResult.getBlockers()
Blocking information that would prevent the policy changes at runtime.
|
List<Impact> |
AnalysisResult.getWarnings()
Warning information indicating that the policy changes might be unsafe, but will not block the
changes at runtime.
|
| Modifier and Type | Method and Description |
|---|---|
AnalysisResult |
AnalysisResult.setBlockers(List<Impact> blockers)
Blocking information that would prevent the policy changes at runtime.
|
AnalysisResult |
AnalysisResult.setWarnings(List<Impact> warnings)
Warning information indicating that the policy changes might be unsafe, but will not block the
changes at runtime.
|
Copyright © 2011–2024 Google. All rights reserved.