Enum ChangeType
Classifies set of possible modifications to an object in the service configuration.
Namespace: Google.Api
Assembly: Google.Api.CommonProtos.dll
Syntax
public enum ChangeType
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. |