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 details the `SubmitConfigSourceRequest` class within the `Google.Cloud.ServiceManagement.V1` namespace, used for sending requests to submit service configurations."],["The latest version available for the class is 2.4.0, with multiple previous versions also documented, dating back to version 1.1.0."],["`SubmitConfigSourceRequest` inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SubmitConfigSourceRequest` class includes properties such as `ConfigSource`, `ServiceName` (required), and `ValidateOnly` which control the service configuration submission."],["The SubmitConfigSourceRequest method has two Constructors, one default and one which takes in another SubmitConfigSourceRequest object."]]],[]]