public sealed class GenerateConfigReportResponse : IMessage<GenerateConfigReportResponse>, IEquatable<GenerateConfigReportResponse>, IDeepCloneable<GenerateConfigReportResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Management v1 API class GenerateConfigReportResponse.
[[["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."],[[["The `GenerateConfigReportResponse` class is part of the Google Cloud Service Management v1 API, and is used as a response message for the `GenerateConfigReport` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, deep cloning, and buffering."],["The `GenerateConfigReportResponse` class provides properties for `ChangeReports`, which detail comparisons between service configurations, `Diagnostics`, which contain errors and warnings, and `Id` and `ServiceName`, which define the service configuration ID and service name respectively."],["There are multiple versions of this class, with version `2.4.0` being the latest and `2.2.0` being the one the detailed documentation is written for, and prior versions going back to `1.1.0` being available as well."]]],[]]