public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
Request for [GetInstance][google.cloud.redis.v1beta1.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 document outlines the `GetInstanceRequest` class, which is used to request a Redis instance in the Google Cloud Redis V1Beta1 service, specifically within the context of .NET development."],["The `GetInstanceRequest` class inherits from the base `Object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support functionality like message handling, equality checks, deep cloning, and buffer operations."],["The class offers two constructors: a default constructor and a copy constructor that allows for the creation of a new `GetInstanceRequest` object based on an existing instance."],["The `GetInstanceRequest` class includes properties such as `InstanceName`, which is a typed view of the resource name, and `Name`, a string property representing the required Redis instance resource name in a specific format."],["This documentation is for version 2.0.0-beta09 of the Google.Cloud.Redis.V1Beta1 library, while also providing links to documentation for versions 3.0.0-beta04 and 3.0.0-beta05."]]],[]]