Generated from protobuf messagegoogle.cloud.memcache.v1.RescheduleMaintenanceRequest
Namespace
Google \ Cloud \ Memcache \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ instance
string
Required. Memcache 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.
Timestamp when the maintenance shall be rescheduled to if reschedule_type=SPECIFIC_TIME, in RFC 3339 format, for example2012-11-15T16:19:00.094Z.
getInstance
Required. Memcache 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
setInstance
Required. Memcache 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
setRescheduleType
Required. If reschedule type is SPECIFIC_TIME, must set up schedule_time as well.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getScheduleTime
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. Memcache instance resource name using the form:projects/{project_id}/locations/{location_id}/instances/{instance_id}wherelocation_idrefers to a GCP region. Please seeCloudMemcacheClient::instanceName()for help formatting this field.
[[["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,["# Memorystore for Memcached V1 Client - Class RescheduleMaintenanceRequest (2.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.4 (latest)](/php/docs/reference/cloud-memcache/latest/V1.RescheduleMaintenanceRequest)\n- [2.0.3](/php/docs/reference/cloud-memcache/2.0.3/V1.RescheduleMaintenanceRequest)\n- [1.3.5](/php/docs/reference/cloud-memcache/1.3.5/V1.RescheduleMaintenanceRequest)\n- [1.2.2](/php/docs/reference/cloud-memcache/1.2.2/V1.RescheduleMaintenanceRequest)\n- [1.1.1](/php/docs/reference/cloud-memcache/1.1.1/V1.RescheduleMaintenanceRequest)\n- [1.0.5](/php/docs/reference/cloud-memcache/1.0.5/V1.RescheduleMaintenanceRequest) \nReference documentation and code samples for the Memorystore for Memcached V1 Client class RescheduleMaintenanceRequest.\n\nRequest for [RescheduleMaintenance](/php/docs/reference/cloud-memcache/latest/V1.Client.CloudMemcacheClient#_Google_Cloud_Memcache_V1_Client_CloudMemcacheClient__rescheduleMaintenance__).\n\nGenerated from protobuf message `google.cloud.memcache.v1.RescheduleMaintenanceRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Memcache \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getInstance\n\nRequired. Memcache 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### setInstance\n\nRequired. Memcache 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 well.\n\n### setRescheduleType\n\nRequired. If reschedule type is SPECIFIC_TIME, must set up schedule_time as well.\n\n### getScheduleTime\n\nTimestamp 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\nTimestamp 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"]]