public sealed class UpdateReleaseConfigRequest : IMessage<UpdateReleaseConfigRequest>, IEquatable<UpdateReleaseConfigRequest>, IDeepCloneable<UpdateReleaseConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class UpdateReleaseConfigRequest.
[[["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 document provides reference information for the `UpdateReleaseConfigRequest` class within the Dataform v1beta1 API, specifically version 1.0.0-beta06."],["`UpdateReleaseConfigRequest` is a request message used to update a release configuration and is part of the `Google.Cloud.Dataform.V1Beta1` namespace."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateReleaseConfigRequest` class contains two key properties, `ReleaseConfig` which is required, and `UpdateMask` which is optional and used to specify the fields to update."],["The document covers two constructor methods for the class, one being parameterless, and one taking another instance of the `UpdateReleaseConfigRequest` class as an argument."]]],[]]