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-04-17 UTC."],[[["This document provides reference information for the `GetInstanceRequest` class within the Google Cloud Filestore v1 API, specifically detailing its structure, usage, and inheritance."],["The latest version of the API documentation available is 2.7.0, with the current page detailing version 2.6.0, and older versions are also accessible from 2.5.0 all the way down to 1.0.0."],["The `GetInstanceRequest` class, used to retrieve the state of a Filestore instance, inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `GetInstanceRequest` include `InstanceName`, a typed view over the resource name, and `Name`, which is a string representing the instance's resource name in the format `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["The class provides two constructors, one parameterless and one with `GetInstanceRequest` as a parameter for a copy."]]],[]]