Manages Google Cloud Dataflow projects on Google Cloud Platform.
- REST Resource: v1b3.projects.jobs
- REST Resource: v1b3.projects.jobs.messages
- REST Resource: v1b3.projects.locations.flexTemplates
- REST Resource: v1b3.projects.locations.jobs
- REST Resource: v1b3.projects.locations.jobs.messages
- REST Resource: v1b3.projects.locations.jobs.stages
- REST Resource: v1b3.projects.locations.templates
- REST Resource: v1b3.projects.templates
Service: dataflow.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
- https://dataflow.googleapis.com
REST Resource: v1b3.projects.jobs
| Methods | |
|---|---|
| aggregated | GET /v1b3/projects/{projectId}/jobs:aggregatedList the jobs of a project across all regions. | 
| create | POST /v1b3/projects/{projectId}/jobsCreates a Dataflow job. | 
| get | GET /v1b3/projects/{projectId}/jobs/{jobId}Gets the state of the specified Cloud Dataflow job. | 
| getMetrics | GET /v1b3/projects/{projectId}/jobs/{jobId}/metricsRequest the job status. | 
| list | GET /v1b3/projects/{projectId}/jobsList the jobs of a project. | 
| snapshot | POST /v1b3/projects/{projectId}/jobs/{jobId}:snapshotSnapshot the state of a streaming job. | 
| update | PUT /v1b3/projects/{projectId}/jobs/{jobId}Updates the state of an existing Cloud Dataflow job. | 
REST Resource: v1b3.projects.jobs.messages
| Methods | |
|---|---|
| list | GET /v1b3/projects/{projectId}/jobs/{jobId}/messagesRequest the job status. | 
REST Resource: v1b3.projects.locations.flexTemplates
| Methods | |
|---|---|
| launch | POST /v1b3/projects/{projectId}/locations/{location}/flexTemplates:launchLaunch a job with a FlexTemplate. | 
REST Resource: v1b3.projects.locations.jobs
| Methods | |
|---|---|
| create | POST /v1b3/projects/{projectId}/locations/{location}/jobsCreates a Dataflow job. | 
| get | GET /v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}Gets the state of the specified Cloud Dataflow job. | 
| getExecutionDetails | GET /v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/executionDetailsRequest detailed information about the execution status of the job. | 
| getMetrics | GET /v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/metricsRequest the job status. | 
| list | GET /v1b3/projects/{projectId}/locations/{location}/jobsList the jobs of a project. | 
| snapshot | POST /v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}:snapshotSnapshot the state of a streaming job. | 
| update | PUT /v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}Updates the state of an existing Cloud Dataflow job. | 
REST Resource: v1b3.projects.locations.jobs.messages
| Methods | |
|---|---|
| list | GET /v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/messagesRequest the job status. | 
REST Resource: v1b3.projects.locations.jobs.stages
| Methods | |
|---|---|
| getExecutionDetails | GET /v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/stages/{stageId}/executionDetailsRequest detailed information about the execution status of a stage of the job. | 
REST Resource: v1b3.projects.locations.templates
| Methods | |
|---|---|
| create | POST /v1b3/projects/{projectId}/locations/{location}/templatesCreates a Cloud Dataflow job from a template. | 
| get | GET /v1b3/projects/{projectId}/locations/{location}/templates:getGet the template associated with a template. | 
| launch | POST /v1b3/projects/{projectId}/locations/{location}/templates:launchLaunches a template. | 
REST Resource: v1b3.projects.templates
| Methods | |
|---|---|
| create | POST /v1b3/projects/{projectId}/templatesCreates a Cloud Dataflow job from a template. | 
| get | GET /v1b3/projects/{projectId}/templates:getGet the template associated with a template. | 
| launch | POST /v1b3/projects/{projectId}/templates:launchLaunches a template. |