public sealed class SubmitConfigSourceRequest : IMessage<SubmitConfigSourceRequest>, IEquatable<SubmitConfigSourceRequest>, IDeepCloneable<SubmitConfigSourceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Management v1 API class SubmitConfigSourceRequest.
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 documentation page provides reference information for the `SubmitConfigSourceRequest` class within the Google Cloud Service Management v1 API, specifically for .NET developers."],["The `SubmitConfigSourceRequest` class is used to send a request to the `SubmitConfigSource` method, part of the Google Cloud Service Management API."],["There are several versions of the `SubmitConfigSourceRequest` documentation available, with version 2.4.0 being the latest and this current document covering 2.1.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, comparison, deep cloning, and buffer manipulation."],["The `SubmitConfigSourceRequest` class has three main properties `ConfigSource`, `ServiceName` and `ValidateOnly`, which are used to specify the configuration source, service name, and whether to validate without persisting the data, respectively."]]],[]]