public sealed class CreateInstanceRequest : IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, IBufferMessage, IMessage
Request message for creating a Data Fusion instance.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides information about the `CreateInstanceRequest` class within the `Google.Cloud.DataFusion.V1` namespace, used for creating Data Fusion instances."],["The `CreateInstanceRequest` class is a request message that inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating a new instance and for copying an existing `CreateInstanceRequest` object, and it contains properties such as `Instance`, `InstanceId`, and `Parent` to define the data fusion instance."],["The latest version of the `CreateInstanceRequest` object is version 2.4.0, and this document covers version 1.0.0 of the class, with other versions also listed."]]],[]]