The "schedule" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($teamId, $jobId, $optParams=array()) |
| Retrieves the schedule for a job.
|
|
| patch ($teamId, $jobId, Google_Service_Coordinate_Schedule $postBody, $optParams=array()) |
| Replaces the schedule of a job with the provided schedule.
|
|
| update ($teamId, $jobId, Google_Service_Coordinate_Schedule $postBody, $optParams=array()) |
| Replaces the schedule of a job with the provided schedule.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "schedule" collection of methods.
Typical usage is: $coordinateService = new Google_Service_Coordinate(...); $schedule = $coordinateService->schedule;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ get()
Google_Service_Coordinate_Schedule_Resource::get |
( |
| $teamId, |
|
|
| $jobId, |
|
|
| $optParams = array() ) |
Retrieves the schedule for a job.
(schedule.get)
- Parameters
-
string | $teamId | Team ID |
string | $jobId | Job number |
array | $optParams | Optional parameters. |
- Return values
-
◆ patch()
Replaces the schedule of a job with the provided schedule.
This method supports patch semantics. (schedule.patch)
- Parameters
-
string | $teamId | Team ID |
string | $jobId | Job number |
Google_Schedule | $postBody | |
array | $optParams | Optional parameters. |
@opt_param bool allDay Whether the job is scheduled for the whole day. Time of day in start/end times is ignored if this is true. @opt_param string startTime Scheduled start time in milliseconds since epoch. @opt_param string duration Job duration in milliseconds. @opt_param string endTime Scheduled end time in milliseconds since epoch.
- Return values
-
◆ update()
Replaces the schedule of a job with the provided schedule.
(schedule.update)
- Parameters
-
string | $teamId | Team ID |
string | $jobId | Job number |
Google_Schedule | $postBody | |
array | $optParams | Optional parameters. |
@opt_param bool allDay Whether the job is scheduled for the whole day. Time of day in start/end times is ignored if this is true. @opt_param string startTime Scheduled start time in milliseconds since epoch. @opt_param string duration Job duration in milliseconds. @opt_param string endTime Scheduled end time in milliseconds since epoch.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Coordinate.php