Using sdk-platform-java with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/sdk-platform-java
List the jobs of a project. To list the jobs of a project in a region, we rec…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://dataflow.googleapis.com/v1b3/projects/{projectId}/jobs
Lists snapshots.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://dataflow.googleapis.com/v1b3/projects/{projectId}/snapshots
Gets the state of the specified Cloud Dataflow job. To get the state of a job…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://dataflow.googleapis.com/v1b3/projects/{projectId}/jobs/{jobId}
SDK on GitHub 📄 API Docs
SDK
sdk-platform-java
Java
API
googleapis.com
googleapis.com:dataflow
At a glance
Language Java
Endpoints41
Base URLhttps://dataflow.googleapis.com
✓ Official