Generated from protobuf messagegoogle.cloud.redis.v1.UpgradeInstanceRequest
Namespace
Google \ Cloud \ Redis \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Redis instance resource name using the form:projects/{project_id}/locations/{location_id}/instances/{instance_id}wherelocation_idrefers to a GCP region.
↳ redis_version
string
Required. Specifies the target version of Redis software to upgrade to.
getName
Required. Redis instance resource name using the form:projects/{project_id}/locations/{location_id}/instances/{instance_id}wherelocation_idrefers to a GCP region.
Returns
Type
Description
string
setName
Required. Redis instance resource name using the form:projects/{project_id}/locations/{location_id}/instances/{instance_id}wherelocation_idrefers to a GCP region.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getRedisVersion
Required. Specifies the target version of Redis software to upgrade to.
Returns
Type
Description
string
setRedisVersion
Required. Specifies the target version of Redis software to upgrade to.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameters
Name
Description
name
string
Required. Redis instance resource name using the form:projects/{project_id}/locations/{location_id}/instances/{instance_id}wherelocation_idrefers to a GCP region. Please seeCloudRedisClient::instanceName()for help formatting this field.
redisVersion
string
Required. Specifies the target version of Redis software to upgrade to.
[[["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-09-04 UTC."],[],[],null,["# Google Cloud Redis V1 Client - Class UpgradeInstanceRequest (2.1.6)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.6 (latest)](/php/docs/reference/cloud-redis/latest/V1.UpgradeInstanceRequest)\n- [2.1.5](/php/docs/reference/cloud-redis/2.1.5/V1.UpgradeInstanceRequest)\n- [2.0.0](/php/docs/reference/cloud-redis/2.0.0/V1.UpgradeInstanceRequest)\n- [1.9.5](/php/docs/reference/cloud-redis/1.9.5/V1.UpgradeInstanceRequest)\n- [1.8.4](/php/docs/reference/cloud-redis/1.8.4/V1.UpgradeInstanceRequest)\n- [1.7.0](/php/docs/reference/cloud-redis/1.7.0/V1.UpgradeInstanceRequest)\n- [1.6.12](/php/docs/reference/cloud-redis/1.6.12/V1.UpgradeInstanceRequest) \nReference documentation and code samples for the Google Cloud Redis V1 Client class UpgradeInstanceRequest.\n\nRequest for\n[UpgradeInstance](/php/docs/reference/cloud-redis/latest/V1.Client.CloudRedisClient#_Google_Cloud_Redis_V1_Client_CloudRedisClient__upgradeInstance__).\n\nGenerated from protobuf message `google.cloud.redis.v1.UpgradeInstanceRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Redis \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nRequired. Redis instance resource name using the form:\n`projects/{project_id}/locations/{location_id}/instances/{instance_id}`\nwhere `location_id` refers to a GCP region.\n\n### setName\n\nRequired. Redis instance resource name using the form:\n`projects/{project_id}/locations/{location_id}/instances/{instance_id}`\nwhere `location_id` refers to a GCP region.\n\n### getRedisVersion\n\nRequired. Specifies the target version of Redis software to upgrade to.\n\n### setRedisVersion\n\nRequired. Specifies the target version of Redis software to upgrade to.\n\n### static::build"]]