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."],[[["The `GetInstanceRequest` class is part of the Google Cloud Memorystore for Memcached v1 API, designed to request a specific Memcached instance."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for flexible usage within the API framework."],["The `GetInstanceRequest` class can be instantiated with a default constructor or by copying an existing `GetInstanceRequest` object, providing flexibility in how the request is built."],["The class contains a `Name` property, which is a required string representing the full resource name of the Memcached instance, including project, location, and instance IDs."],["The `InstanceName` property is a typed view over the `Name` property, offering a more structured way to handle the Memcached instance resource name."]]],[]]