public class Dataflow.Projects.Locations.Jobs.Messages extends Object
Modifier and Type | Class and Description |
---|---|
class |
Dataflow.Projects.Locations.Jobs.Messages.List |
Constructor and Description |
---|
Dataflow.Projects.Locations.Jobs.Messages() |
Modifier and Type | Method and Description |
---|---|
Dataflow.Projects.Locations.Jobs.Messages.List |
list(String projectId,
String location,
String jobId)
Request the job status.
|
public Dataflow.Projects.Locations.Jobs.Messages()
public Dataflow.Projects.Locations.Jobs.Messages.List list(String projectId, String location, String jobId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- A project id.location
- The location which contains the job specified by job_id.jobId
- The job to get messages about.IOException