public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
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."],[[["This document describes the `GetInstanceRequest` class, which is used to request details about a Data Fusion instance within the Google Cloud DataFusion API."],["The `GetInstanceRequest` class is part of the `Google.Cloud.DataFusion.V1` namespace and is available in the `Google.Cloud.DataFusion.V1.dll` assembly."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling and object comparison."],["`GetInstanceRequest` has two constructors and two properties, one of them being `InstanceName` which provides a typed view over the `Name` resource, and the second `Name` which stores the instance resource name."],["The latest version available for this page is 2.4.0, with multiple versions between that and 1.0.0 available as a reference."]]],[]]