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 \ SqlInstancesRescheduleMaintenanceRequestBodyMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 |
getRescheduleType
Required. The type of the reschedule.
Returns | |
---|---|
Type | Description |
int |
setRescheduleType
Required. The type of the reschedule.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |