public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
Request for [GetInstance][google.cloud.memcache.v1.CloudMemcache.GetInstance].
Required. Memcached instance resource name in the format:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
where location_id refers to a GCP region
[[["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.Memcache.V1` namespace, used to request information about a specific Memcached instance."],["The `GetInstanceRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffered message operations."],["The latest version of the class documentation available is 2.5.0, and the documentation for versions ranging from 1.0.0 to 2.5.0 is accessible."],["`GetInstanceRequest` has two constructors: a default constructor and a constructor that accepts another `GetInstanceRequest` object as a parameter, allowing for the creation of copies."],["Key properties of `GetInstanceRequest` include `InstanceName`, which is a typed view of the resource name, and `Name`, a string property for the Memcached instance's resource name in a specific format."]]],[]]