public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Memorystore for Memcached v1 API class GetInstanceRequest.
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 document provides reference documentation for the `GetInstanceRequest` class within the Google Cloud Memorystore for Memcached v1 API."],["`GetInstanceRequest` is used to request a specific Memcached instance, as indicated by its role in the `GetInstance` method."],["The class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetInstanceRequest` class has two constructors: a default constructor and one that takes another `GetInstanceRequest` object, both of which have full documentation."],["The class includes two properties: `InstanceName`, which is an `InstanceName`-typed view of the resource, and `Name`, which is a string representing the Memcached instance's full resource name, which is required."]]],[]]