Google Cloud Sql Admin V1beta4 Client - Class Reschedule (0.7.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class Reschedule.

Generated from protobuf message google.cloud.sql.v1beta4.SqlInstancesRescheduleMaintenanceRequestBody.Reschedule

Namespace

Google \ Cloud \ Sql \ V1beta4 \ SqlInstancesRescheduleMaintenanceRequestBody

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ reschedule_type int

Required. The type of the reschedule.

↳ schedule_time Google\Protobuf\Timestamp

Optional. Timestamp when the maintenance shall be rescheduled to if reschedule_type=SPECIFIC_TIME, in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

getRescheduleType

Required. The type of the reschedule.

Returns
TypeDescription
int

setRescheduleType

Required. The type of the reschedule.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getScheduleTime

Optional. Timestamp when the maintenance shall be rescheduled to if reschedule_type=SPECIFIC_TIME, in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasScheduleTime

clearScheduleTime

setScheduleTime

Optional. Timestamp when the maintenance shall be rescheduled to if reschedule_type=SPECIFIC_TIME, in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this