Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class ScheduledOperationDetails.
Details of scheduled operation.
https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/ScheduledOperationDetails
Generated from protobuf message google.cloud.oracledatabase.v1.ScheduledOperationDetails
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ day_of_week |
int
Output only. Day of week. |
↳ start_time |
Google\Type\TimeOfDay
Output only. Auto start time. |
↳ stop_time |
Google\Type\TimeOfDay
Output only. Auto stop time. |
getDayOfWeek
Output only. Day of week.
Returns | |
---|---|
Type | Description |
int |
setDayOfWeek
Output only. Day of week.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getStartTime
Output only. Auto start time.
Returns | |
---|---|
Type | Description |
Google\Type\TimeOfDay|null |
hasStartTime
clearStartTime
setStartTime
Output only. Auto start time.
Parameter | |
---|---|
Name | Description |
var |
Google\Type\TimeOfDay
|
Returns | |
---|---|
Type | Description |
$this |
getStopTime
Output only. Auto stop time.
Returns | |
---|---|
Type | Description |
Google\Type\TimeOfDay|null |
hasStopTime
clearStopTime
setStopTime
Output only. Auto stop time.
Parameter | |
---|---|
Name | Description |
var |
Google\Type\TimeOfDay
|
Returns | |
---|---|
Type | Description |
$this |