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."],[[["The latest version available for `GetInstanceRequest` is 2.7.0, with multiple previous versions accessible, including back to version 1.0.0."],["`GetInstanceRequest` is a class within the `Google.Cloud.Filestore.V1` namespace designed to retrieve the state of a file instance, and it inherits from Object and implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes a constructor `GetInstanceRequest()` to create new objects, as well as a constructor `GetInstanceRequest(GetInstanceRequest)` to copy another `GetInstanceRequest` object."],["The class has properties such as `InstanceName`, which provides a typed view over the `Name` resource, and `Name` which is a string representing the instance resource name."],["The `GetInstanceRequest` class is part of the `Google.Cloud.Filestore.V1.dll` assembly."]]],[]]