public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
Request for [GetInstance][google.cloud.memcache.v1beta2.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 document outlines the `GetInstanceRequest` class, which is used to request a specific Memcached instance from Google Cloud Memcache."],["The `GetInstanceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for enhanced functionality."],["There are two constructors provided for creating a `GetInstanceRequest` object, one for creating a new instance and another for cloning an existing instance."],["The class contains two properties: `InstanceName`, which is a typed view of the instance name, and `Name`, which is a string representing the full resource name of the Memcached instance."],["The latest version of the `GetInstanceRequest` available is in beta, version `2.0.0-beta06`, and this document corresponds to version `1.0.0-beta05` of the class."]]],[]]