The "messages" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| listProjectsJobsMessages ($projectId, $jobId, $optParams=array()) |
| Request the job status.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "messages" collection of methods.
Typical usage is: $dataflowService = new Google_Service_Dataflow(...); $messages = $dataflowService->messages;
◆ 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
-
◆ listProjectsJobsMessages()
Google_Service_Dataflow_ProjectsJobsMessages_Resource::listProjectsJobsMessages |
( |
| $projectId, |
|
|
| $jobId, |
|
|
| $optParams = array() ) |
Request the job status.
(messages.listProjectsJobsMessages)
- Parameters
-
string | $projectId | A project id. |
string | $jobId | The job to get messages about. |
array | $optParams | Optional parameters. |
@opt_param int pageSize If specified, determines the maximum number of messages to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results. @opt_param string pageToken If supplied, this should be the value of next_page_token returned by an earlier call. This will cause the next page of results to be returned. @opt_param string startTime If specified, return only messages with timestamps >= start_time. The default is the job creation time (i.e. beginning of messages). @opt_param string endTime Return only messages with timestamps < end_time. The default is now (i.e. return up to the latest messages available). @opt_param string minimumImportance Filter to only get messages with importance >= level
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Dataflow.php