list
public Dataflow.Projects.Jobs.Messages.List list(java.lang.String projectId,
java.lang.String jobId)
throws java.io.IOException
Request the job status.
Create a request for the method "messages.list".
This request holds the parameters needed by the dataflow server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
projectId
- A project id.jobId
- The job to get messages about.
- Returns:
- the request
- Throws:
java.io.IOException