Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
ConfigChange |
ConfigChange.clone() |
ConfigChange |
ConfigChange.set(String fieldName,
Object value) |
ConfigChange |
ConfigChange.setAdvices(List<Advice> advices)
Collection of advice provided for this change, useful for determining the possible impact of
this change.
|
ConfigChange |
ConfigChange.setChangeType(String changeType)
The type for this change, either ADDED, REMOVED, or MODIFIED.
|
ConfigChange |
ConfigChange.setElement(String element)
Object hierarchy path to the change, with levels separated by a '.' character.
|
ConfigChange |
ConfigChange.setNewValue(String newValue)
Value of the changed object in the new Service configuration, in JSON format.
|
ConfigChange |
ConfigChange.setOldValue(String oldValue)
Value of the changed object in the old Service configuration, in JSON format.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigChange> |
ChangeReport.getConfigChanges()
List of changes between two service configurations.
|
Modifier and Type | Method and Description |
---|---|
ChangeReport |
ChangeReport.setConfigChanges(List<ConfigChange> configChanges)
List of changes between two service configurations.
|
Copyright © 2011–2024 Google. All rights reserved.