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."],[[["Version 2.4.0 is the latest release for the Service Management v1 API, with 2.3.0 being the current version detailed in this documentation and multiple versions ranging from 1.1.0 through 2.4.0 available."],["The `ChangeReport` class, found within the `Google.Cloud.ServiceManagement.V1` namespace, provides a report on changes between two service configurations, as documented within this document."],["The `ChangeReport` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ChangeReport` class has two constructors, a default one and another one that takes a `ChangeReport` object as a parameter."],["`ChangeReport` has a `ConfigChanges` property, which contains a list of changes between service configurations, sorted alphabetically by the change's identifier."]]],[]]