public sealed class UpdateInstanceRequest : IMessage<UpdateInstanceRequest>, IEquatable<UpdateInstanceRequest>, IDeepCloneable<UpdateInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Data Fusion v1 API class UpdateInstanceRequest.
Request message for updating a Data Fusion instance.
Data Fusion allows updating the labels, options, and stack driver settings.
This is also used for CDF version upgrade.
Required. The instance resource that replaces the resource on the server. Currently,
Data Fusion only allows replacing labels, options, and stack driver
settings. All other fields will be ignored.
Field mask is used to specify the fields that the update will overwrite
in an instance resource. The fields specified in the update_mask are
relative to the resource, not the full request.
A field will be overwritten if it is in the mask.
If the user does not provide a mask, all the supported fields (labels,
options, and version currently) will be overwritten.
[[["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."],[[["The `UpdateInstanceRequest` class is used to update a Data Fusion instance, allowing modifications to labels, options, and Stackdriver settings, and it also facilitates CDF version upgrades."],["This class is part of the Google Cloud Data Fusion v1 API, specifically within the `Google.Cloud.DataFusion.V1` namespace and is found in the `Google.Cloud.DataFusion.V1.dll` assembly."],["The `UpdateInstanceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionality for message handling, equality comparison, deep cloning, and buffer operations."],["It has properties `Instance`, which contains the data fusion instance to replace the instance on the server, and `UpdateMask` that allows for specfying which fields to update and overwrite."],["There are multiple versions of this API class, with version 2.4.0 being the most recent and version 1.0.0 being the oldest in the given list."]]],[]]