public sealed class GenerateConfigReportRequest : IMessage<GenerateConfigReportRequest>, IEquatable<GenerateConfigReportRequest>, IDeepCloneable<GenerateConfigReportRequest>, IBufferMessage, IMessage
Required. Service configuration for which we want to generate the report.
For this version of API, the supported types are
[google.api.servicemanagement.v1.ConfigRef][google.api.servicemanagement.v1.ConfigRef],
[google.api.servicemanagement.v1.ConfigSource][google.api.servicemanagement.v1.ConfigSource],
and [google.api.Service][google.api.Service]
Optional. Service configuration against which the comparison will be done.
For this version of API, the supported types are
[google.api.servicemanagement.v1.ConfigRef][google.api.servicemanagement.v1.ConfigRef],
[google.api.servicemanagement.v1.ConfigSource][google.api.servicemanagement.v1.ConfigSource],
and [google.api.Service][google.api.Service]
[[["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 `GenerateConfigReportRequest` class is a request message used for the `GenerateConfigReport` method in the Google Cloud Service Management V1 API."],["The latest version available is 2.4.0, and there are several other versions available, going down to 1.1.0, each with a corresponding documentation link."],["This class, inheriting from `Object`, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for various data handling operations."],["The `GenerateConfigReportRequest` class has properties `NewConfig` and `OldConfig` of type `Any`, which are used to define the service configurations for generating the report, with `NewConfig` being required."],["The class has two constructors, one default and one which take another `GenerateConfigReportRequest` as a parameter, to create copies of the class."]]],[]]