public enum ChangeTypeClassifies set of possible modifications to an object in the service configuration.
Namespace
Google.ApiAssembly
Google.Api.CommonProtos.dll
Fields |
|
|---|---|
| Name | Description |
Added |
The changed object exists in the 'new' service configuration, but not in the 'old' service configuration. |
Modified |
The changed object exists in both service configurations, but its value is different. |
Removed |
The changed object exists in the 'old' service configuration, but not in the 'new' service configuration. |
Unspecified |
No value was provided. |