public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
[[["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 details the `GetInstanceRequest` class within the `Google.Cloud.Filestore.V1` namespace, used to fetch the state of a Filestore instance."],["The `GetInstanceRequest` class is available in multiple versions, ranging from 1.0.0 to the latest 2.7.0, with the most recent version being linked as the primary documentation."],["`GetInstanceRequest` implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message handling and object comparison."],["The class includes two constructors: a default constructor and one that takes another `GetInstanceRequest` object for initialization, as well as properties `InstanceName` and `Name`."],["The required property `Name` is a string that represents the instance resource name."]]],[]]