Generated from protobuf messagegoogle.cloud.redis.v1.RescheduleMaintenanceRequest
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.
↳ reschedule_type
int
Required. If reschedule type is SPECIFIC_TIME, must set up schedule_time as well.
Optional. Timestamp when the maintenance shall be rescheduled to if reschedule_type=SPECIFIC_TIME, in RFC 3339 format, for example2012-11-15T16:19:00.094Z.
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
getRescheduleType
Required. If reschedule type is SPECIFIC_TIME, must set up schedule_time as
well.
Returns
Type
Description
int
Enum of typeRescheduleType.
setRescheduleType
Required. If reschedule type is SPECIFIC_TIME, must set up schedule_time as
well.
Parameter
Name
Description
var
int
Enum of typeRescheduleType.
Returns
Type
Description
$this
getScheduleTime
Optional. Timestamp when the maintenance shall be rescheduled to if
reschedule_type=SPECIFIC_TIME, in RFC 3339 format, for
example2012-11-15T16:19:00.094Z.
Optional. Timestamp when the maintenance shall be rescheduled to if
reschedule_type=SPECIFIC_TIME, in RFC 3339 format, for
example2012-11-15T16:19:00.094Z.
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.
Optional. Timestamp when the maintenance shall be rescheduled to if
reschedule_type=SPECIFIC_TIME, in RFC 3339 format, for
example2012-11-15T16:19:00.094Z.
[[["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-09 UTC."],[],[],null,["# Google Cloud Redis V1 Client - Class RescheduleMaintenanceRequest (2.1.6)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.6 (latest)](/php/docs/reference/cloud-redis/latest/V1.RescheduleMaintenanceRequest)\n- [2.1.5](/php/docs/reference/cloud-redis/2.1.5/V1.RescheduleMaintenanceRequest)\n- [2.0.0](/php/docs/reference/cloud-redis/2.0.0/V1.RescheduleMaintenanceRequest)\n- [1.9.5](/php/docs/reference/cloud-redis/1.9.5/V1.RescheduleMaintenanceRequest)\n- [1.8.4](/php/docs/reference/cloud-redis/1.8.4/V1.RescheduleMaintenanceRequest)\n- [1.7.0](/php/docs/reference/cloud-redis/1.7.0/V1.RescheduleMaintenanceRequest)\n- [1.6.12](/php/docs/reference/cloud-redis/1.6.12/V1.RescheduleMaintenanceRequest) \nReference documentation and code samples for the Google Cloud Redis V1 Client class RescheduleMaintenanceRequest.\n\nRequest for\n[RescheduleMaintenance](/php/docs/reference/cloud-redis/latest/V1.Client.CloudRedisClient#_Google_Cloud_Redis_V1_Client_CloudRedisClient__rescheduleMaintenance__).\n\nGenerated from protobuf message `google.cloud.redis.v1.RescheduleMaintenanceRequest`\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### getRescheduleType\n\nRequired. If reschedule type is SPECIFIC_TIME, must set up schedule_time as\nwell.\n\n### setRescheduleType\n\nRequired. If reschedule type is SPECIFIC_TIME, must set up schedule_time as\nwell.\n\n### getScheduleTime\n\nOptional. Timestamp when the maintenance shall be rescheduled to if\nreschedule_type=SPECIFIC_TIME, in RFC 3339 format, for\nexample `2012-11-15T16:19:00.094Z`.\n\n### hasScheduleTime\n\n### clearScheduleTime\n\n### setScheduleTime\n\nOptional. Timestamp when the maintenance shall be rescheduled to if\nreschedule_type=SPECIFIC_TIME, in RFC 3339 format, for\nexample `2012-11-15T16:19:00.094Z`.\n\n### static::build"]]