public RepeatedField<ConfigChange> ConfigChanges { get; }
List of changes between two service configurations.
The changes will be alphabetically sorted based on the identifier
of each change.
A ConfigChange identifier is a dot separated path to the configuration.
Example: visibility.rules[selector='LibraryService.CreateBook'].restriction
[[["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-03-21 UTC."],[[["This page details the `ChangeReport` class, which is part of the `Google.Cloud.ServiceManagement.V1` namespace in the .NET environment, specifically in version 1.4.0."],["The `ChangeReport` class is used to manage and display the differences between two service configurations, presenting a list of `ConfigChanges`."],["`ChangeReport` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this service is 2.4.0, and the page also includes links to previous versions, from 1.1.0 up to the most current release."],["The class includes a property, `ConfigChanges`, which is of type `RepeatedField\u003cConfigChange\u003e` and it contains a list of the changes between two service configurations."]]],[]]