public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Data Fusion v1 API class GetInstanceRequest.
Request message for getting details about a Data Fusion instance.
[[["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 `GetInstanceRequest` class is used to request details about a specific Data Fusion instance via the Cloud Data Fusion v1 API."],["This class is part of the `Google.Cloud.DataFusion.V1` namespace and is found within the `Google.Cloud.DataFusion.V1.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetInstanceRequest` class contains properties such as `InstanceName` and `Name`, where `Name` is a required string representing the resource name."],["The latest version available is 2.4.0, but the documentation focuses on version 2.3.0 of the `GetInstanceRequest`."]]],[]]