public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Filestore v1 API class GetInstanceRequest.
[[["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 provides reference documentation for the `GetInstanceRequest` class within the Google Cloud Filestore v1 API, specifically version 2.4.0, and details the different versions."],["`GetInstanceRequest` is used to retrieve the state of a Filestore instance and can be constructed using either a default constructor or a constructor that takes another `GetInstanceRequest` instance."],["The `GetInstanceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while inheriting methods like `GetHashCode`, `GetType`, and `ToString` from `object`."],["The class contains properties such as `InstanceName` and `Name`, with `Name` being a required field representing the resource name of the instance."],["The latest version of the API is 2.7.0, with multiple other versions available, dating as far back as version 1.0.0."]]],[]]