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."],[[["This webpage provides documentation for the `GenerateConfigReportRequest` class within the `Google.Cloud.ServiceManagement.V1` namespace in the .NET environment, with the latest version being 2.4.0."],["The `GenerateConfigReportRequest` class is a request message used for the `GenerateConfigReport` method, inheriting from `Object` and implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class offers two constructors: a default constructor and another that allows creating a copy from an existing `GenerateConfigReportRequest` object, and has two properties named `NewConfig` and `OldConfig` of the `Any` type."],["The `NewConfig` property is required for specifying the service configuration to generate the report, while the `OldConfig` property is optional and allows comparison against another service configuration."],["The webpage covers versions 1.1.0 to the latest version 2.4.0 of the `GenerateConfigReportRequest` class."]]],[]]