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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides documentation for the `SubmitConfigSourceRequest` class, which is used as a request message for submitting a configuration source in the Google Cloud Service Management V1 API."],["The latest version available is 2.4.0, and the page also links to previous versions including 2.3.0, 2.2.0, 2.1.0, and down to 1.1.0, offering different release options of this request."],["The `SubmitConfigSourceRequest` class inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `SubmitConfigSourceRequest` include `ConfigSource`, `ServiceName` (which is required), and `ValidateOnly`, with details about their types and descriptions provided."],["The page also lists the constructors for `SubmitConfigSourceRequest` and shows inherited members from the `Object` class."]]],[]]