googleapis.com

Data Pipelines provides an interface for creating, updating, and managing recurring Data Analytics jobs.

🔑 oauth2 8 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
Looks up a single pipeline. Returns a "NOT_FOUND" error if no such pipeline e…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://datapipelines.googleapis.com/v1/{name}
Lists jobs for a given pipeline. Throws a "FORBIDDEN" error if the caller doe…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://datapipelines.googleapis.com/v1/{parent}/jobs
Lists pipelines. Returns a "FORBIDDEN" error if the caller doesn't have permi…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://datapipelines.googleapis.com/v1/{parent}/pipelines
Endpoints (8 total)
GET
/v1/{name}
Looks up a single pipeline. Returns a "NOT_FOUND" error if no such pipeline e…
GET
/v1/{parent}/jobs
Lists jobs for a given pipeline. Throws a "FORBIDDEN" error if the caller doe…
GET
/v1/{parent}/pipelines
Lists pipelines. Returns a "FORBIDDEN" error if the caller doesn't have permi…
POST
/v1/{name}:run
Creates a job for the specified pipeline directly. You can use this method wh…
POST
/v1/{name}:stop
Freezes pipeline execution permanently. If there's a corresponding scheduler …
POST
/v1/{parent}/pipelines
Creates a pipeline. For a batch pipeline, you can pass scheduler information.…
PATCH
/v1/{name}
Updates a pipeline. If successful, the updated Pipeline is returned. Returns …
DELETE
/v1/{name}
Deletes a pipeline. If a scheduler job is attached to the pipeline, it will b…
At a glance
Total SDKs10
Languages6
Endpoints8
Authoauth2
Categories2
https://datapipelines.googleapis.com