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-04-09 UTC."],[[["This webpage details the `GetInstanceRequest` class, which is used to request a Redis instance in Google Cloud Redis V1."],["The `GetInstanceRequest` class is part of the `Google.Cloud.Redis.V1` namespace and is implemented in the `Google.Cloud.Redis.V1.dll` assembly, and it inherits from `Object` and implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version is 3.5.0, with all versions from 2.2.0 through 3.5.0 being listed."],["`GetInstanceRequest` has properties such as `InstanceName` of type `InstanceName` and `Name` of type `string` that are required to identify the Redis instance."],["There are two constructors available for the `GetInstanceRequest` class: a parameterless constructor and a constructor that takes another `GetInstanceRequest` as a parameter."]]],[]]