public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Memcache v1beta2 API class GetInstanceRequest.
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 documentation covers the `GetInstanceRequest` class within the Google Cloud Memorystore for Memcache v1beta2 API, providing reference information and code samples."],["`GetInstanceRequest` is a request object used to retrieve information about a specific Memcached instance via the `GetInstance` method."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetInstanceRequest` class has two constructors and two key properties: `InstanceName`, which provides a typed view of the resource name, and `Name`, a string representing the required Memcached instance resource name."],["There are 3 different versions available to reference, with version 2.0.0-beta06 as the latest, and 1.0.0-beta05 being the oldest."]]],[]]