Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
Google_Service_Dataflow_ProjectsJobsMessages_Resource Class Reference

The "messages" collection of methods. More...

Inheritance diagram for Google_Service_Dataflow_ProjectsJobsMessages_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 listProjectsJobsMessages ($projectId, $jobId, $optParams=array())
 Request the job status.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "messages" collection of methods.

Typical usage is: $dataflowService = new Google_Service_Dataflow(...); $messages = $dataflowService->messages;

Member Function Documentation

◆ 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
Google_Exception

◆ listProjectsJobsMessages()

Google_Service_Dataflow_ProjectsJobsMessages_Resource::listProjectsJobsMessages ( $projectId,
$jobId,
$optParams = array() )

Request the job status.

(messages.listProjectsJobsMessages)

Parameters
string$projectIdA project id.
string$jobIdThe job to get messages about.
array$optParamsOptional 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
Google_Service_Dataflow_ListJobMessagesResponse

The documentation for this class was generated from the following file: