list
public Dataflow.Projects.Locations.Jobs.Messages.List list(java.lang.String projectId,
java.lang.String location,
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.location - The location which contains the job specified by job_id.jobId - The job to get messages about.
- Returns:
- the request
- Throws:
java.io.IOException