public sealed class UpdateConfigRequest : IMessage<UpdateConfigRequest>, IEquatable<UpdateConfigRequest>, IDeepCloneable<UpdateConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class UpdateConfigRequest.
[[["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-05-02 UTC."],[[["This documentation page details the `UpdateConfigRequest` class, which is part of the Google Cloud Dataform v1beta1 API."],["`UpdateConfigRequest` is used to send requests for updating configurations, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of `UpdateConfigRequest` is 1.0.0-beta08, while 1.0.0-beta07 is also documented."],["The `UpdateConfigRequest` class contains properties such as `Config` (the configuration to update) and `UpdateMask` (specifying which fields to update), which are of type `Config` and `FieldMask`, respectively."],["Two constructors are available, one for creating a default `UpdateConfigRequest` and another for creating a new instance based on an existing `UpdateConfigRequest` object."]]],[]]