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 Data Fusion 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 deep cloning."],["`GetInstanceRequest` has two constructors: a default constructor `GetInstanceRequest()` and an overloaded constructor `GetInstanceRequest(GetInstanceRequest other)` that allows cloning from an existing instance."],["The class has two properties, `InstanceName` and `Name`, to specify the target instance, with the `Name` property requiring a full resource name in a specified format, while `InstanceName` provides a typed view over it."]]],[]]