Reference documentation and code samples for the Google Cloud Redis Cluster V1 Client class ClusterMaintenanceSchedule.
Upcoming maitenance schedule.
Generated from protobuf message google.cloud.redis.cluster.v1.ClusterMaintenanceSchedule
Namespace
Google \ Cloud \ Redis \ Cluster \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ start_time |
Google\Protobuf\Timestamp
Output only. The start time of any upcoming scheduled maintenance for this instance. |
↳ end_time |
Google\Protobuf\Timestamp
Output only. The end time of any upcoming scheduled maintenance for this instance. |
getStartTime
Output only. The start time of any upcoming scheduled maintenance for this instance.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasStartTime
clearStartTime
setStartTime
Output only. The start time of any upcoming scheduled maintenance for this instance.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getEndTime
Output only. The end time of any upcoming scheduled maintenance for this instance.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasEndTime
clearEndTime
setEndTime
Output only. The end time of any upcoming scheduled maintenance for this instance.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |