Classifies set of possible modifications to an object in the service configuration.
Protobuf type google.api.ChangeType
CloneableInstantiable
| Constants |
| public Google The changed object exists in the 'new' service configuration, but not in the 'old' service configuration. Generated from protobuf enum ADDED = 1; |
| public Google No value was provided. Generated from protobuf enum CHANGE_TYPE_UNSPECIFIED = 0; |
| public Google The changed object exists in both service configurations, but its value is different. Generated from protobuf enum MODIFIED = 3; |
| public Google The changed object exists in the 'old' service configuration, but not in the 'new' service configuration. Generated from protobuf enum REMOVED = 2; |
| Methods |
| public static name( $value) |
| public static value( $name) |
| Properties |
| private static $valueToName = ['CHANGE_TYPE_UNSPECIFIED', 'ADDED', 'REMOVED', 'MODIFIED'] |
| Properties |
| private static $valueToName = ['CHANGE_TYPE_UNSPECIFIED', 'ADDED', 'REMOVED', 'MODIFIED'] |
| Methods |
| public static name( $value) |
| public static value( $name) |