Reference documentation and code samples for the Google Cloud Database Center V1beta Client class UpcomingMaintenance.
Upcoming maintenance window for the database resource.
Generated from protobuf message google.cloud.databasecenter.v1beta.UpcomingMaintenance
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ start_time |
Google\Protobuf\Timestamp
Output only. Start time of the upcoming maintenance. Start time is always populated when an upcoming maintenance is scheduled. |
↳ end_time |
Google\Protobuf\Timestamp
Output only. End time of the upcoming maintenance. This is only populated for an engine, if end time is public for the engine. |
getStartTime
Output only. Start time of the upcoming maintenance.
Start time is always populated when an upcoming maintenance is scheduled.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasStartTime
clearStartTime
setStartTime
Output only. Start time of the upcoming maintenance.
Start time is always populated when an upcoming maintenance is scheduled.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEndTime
Output only. End time of the upcoming maintenance. This is only populated for an engine, if end time is public for the engine.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasEndTime
clearEndTime
setEndTime
Output only. End time of the upcoming maintenance. This is only populated for an engine, if end time is public for the engine.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|