public sealed class SubmitConfigSourceRequest : IMessage<SubmitConfigSourceRequest>, IEquatable<SubmitConfigSourceRequest>, IDeepCloneable<SubmitConfigSourceRequest>, IBufferMessage, IMessage
Optional. If set, this will result in the generation of a
google.api.Service configuration based on the ConfigSource provided,
but the generated config and the sources will NOT be persisted.
[[["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 `SubmitConfigSourceRequest` class within the `Google.Cloud.ServiceManagement.V1` namespace, specifically version 1.4.0."],["`SubmitConfigSourceRequest` is a request message used for the `SubmitConfigSource` method, which can be used to upload a configuration source to the Google Cloud Service Management API."],["The `SubmitConfigSourceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide it with the functionality for message handling and cloning."],["Key properties of the class include `ConfigSource`, which is the configuration source for the service, `ServiceName`, which defines the service name, and `ValidateOnly`, which enables a validation-only mode for configuration generation without persistence."],["The page also lists the availability of older versions, with version 2.4.0 as the latest, along with links to the documentation for those versions, and provides constructor details for the class."]]],[]]