Enum ChangeType (2.10.0)

public enum ChangeType

Classifies set of possible modifications to an object in the service configuration.

Namespace

Google.Api

Assembly

Google.Api.CommonProtos.dll

Fields

NameDescription
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.