[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google API Common Protos Client - Class ChangeType (4.12.3)\n\nVersion latestkeyboard_arrow_down\n\n- [4.12.3 (latest)](/php/docs/reference/common-protos/latest/Api.ChangeType)\n- [4.12.2](/php/docs/reference/common-protos/4.12.2/Api.ChangeType)\n- [4.11.0](/php/docs/reference/common-protos/4.11.0/Api.ChangeType)\n- [4.10.0](/php/docs/reference/common-protos/4.10.0/Api.ChangeType)\n- [4.9.0](/php/docs/reference/common-protos/4.9.0/Api.ChangeType)\n- [4.8.3](/php/docs/reference/common-protos/4.8.3/Api.ChangeType) \nReference documentation and code samples for the Google API Common Protos Client class ChangeType.\n\nClassifies set of possible modifications to an object in the service\nconfiguration.\n\nProtobuf type `google.api.ChangeType`\n\nNamespace\n---------\n\nGoogle \\\\ Api\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### CHANGE_TYPE_UNSPECIFIED\n\n Value: 0\n\nNo value was provided.\n\nGenerated from protobuf enum `CHANGE_TYPE_UNSPECIFIED = 0;`\n\n### ADDED\n\n Value: 1\n\nThe changed object exists in the 'new' service configuration, but not\nin the 'old' service configuration.\n\nGenerated from protobuf enum `ADDED = 1;`\n\n### REMOVED\n\n Value: 2\n\nThe changed object exists in the 'old' service configuration, but not\nin the 'new' service configuration.\n\nGenerated from protobuf enum `REMOVED = 2;`\n\n### MODIFIED\n\n Value: 3\n\nThe changed object exists in both service configurations, but its value\nis different.\n\nGenerated from protobuf enum `MODIFIED = 3;`"]]