public sealed class UpgradeInstanceRequest : IMessage<UpgradeInstanceRequest>, IEquatable<UpgradeInstanceRequest>, IDeepCloneable<UpgradeInstanceRequest>, IBufferMessage, IMessage
Request for [UpgradeInstance][google.cloud.redis.v1.CloudRedis.UpgradeInstance].
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-07-02 UTC."],[[["The `UpgradeInstanceRequest` class is used to request an upgrade for a Redis instance within the Google Cloud Redis service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, comparison, deep cloning, and buffer message capabilities."],["The `UpgradeInstanceRequest` class includes properties for `InstanceName`, `Name`, and `RedisVersion`, where the name is the redis instance resource path and the redis version is the specified version to upgrade to."],["There are multiple versions of the service available, with version 3.5.0 being the most recent and version 2.2.0, which this content refers to, being one of the oldest available."]]],[]]