public class Dataflow.Projects.Locations.Jobs.Stages extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dataflow.Projects.Locations.Jobs.Stages.GetExecutionDetails |
| Constructor and Description |
|---|
Stages() |
| Modifier and Type | Method and Description |
|---|---|
Dataflow.Projects.Locations.Jobs.Stages.GetExecutionDetails |
getExecutionDetails(String projectId,
String location,
String jobId,
String stageId)
Request detailed information about the execution status of a stage of the job.
|
public Dataflow.Projects.Locations.Jobs.Stages.GetExecutionDetails getExecutionDetails(String projectId, String location, String jobId, String stageId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - A project id.location - The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that
contains the job specified by job_id.jobId - The job to get execution details for.stageId - The stage for which to fetch information.IOExceptionCopyright © 2011–2021 Google. All rights reserved.