public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
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-03-21 UTC."],[[["This webpage details the `GetInstanceRequest` class within version 2.5.0 of the Google.Cloud.Redis.V1 namespace, which is a request type used for retrieving Redis instance information."],["The `GetInstanceRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors: a default constructor and a constructor that accepts another `GetInstanceRequest` object as a parameter."],["The class includes properties for `InstanceName` and `Name`, where `Name` is a required string representing the Redis instance resource name with a specific format."],["Several versions are available for the same `GetInstanceRequest`, including the latest version being 3.5.0, with multiple versions between 2.2.0 and 3.5.0."]]],[]]