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 webpage provides documentation for the `GetInstanceRequest` class within the `Google.Cloud.DataFusion.V1` namespace, used for retrieving details about a Data Fusion instance."],["The `GetInstanceRequest` class has been implemented with several versions, ranging from 1.0.0 to the latest 2.4.0, with the provided information being specific to version 1.0.0."],["`GetInstanceRequest` inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and another that takes another `GetInstanceRequest` as a parameter for cloning purposes, with only one property of `Name`."],["The property `Name` within the GetInstanceRequest class is a string type property that refers to the resource name of the instance, formatted as `projects/{project}/locations/{location}/instances/{instance}`."]]],[]]