public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis v1 API class GetInstanceRequest.
Request for [GetInstance][google.cloud.redis.v1.CloudRedis.GetInstance].
Required. Redis instance resource name using the form:
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-05-02 UTC."],[[["This webpage provides reference documentation for the `GetInstanceRequest` class within the Google Cloud Memorystore for Redis v1 API."],["`GetInstanceRequest` is used to request a specific instance of Redis, indicated by the method \\[GetInstance\\]\\[google.cloud.redis.v1.CloudRedis.GetInstance\\]."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various operations and data handling."],["The `GetInstanceRequest` class includes properties like `InstanceName` and `Name`, which are used to specify the target Redis instance by its resource name."],["The latest version of the `GetInstanceRequest` API class is 3.5.0, with multiple prior versions available ranging from 3.4.0 back to 2.2.0."]]],[]]