Batch API Connector Overview

The Workflows connector defines the built-in functions that can be used to access other Google Cloud products within a workflow.

This page provides an overview of the individual connector. There is no need to import or load connector libraries in a workflow—connectors work out of the box when used in a call step.

An API to manage the running of batch jobs on Google Cloud Platform. To learn more, see the Batch API documentation.

Batch connector sample

YAML

JSON

Module: googleapis.batch.v1.projects.locations

Functions
get Gets information about a location.
list Lists information about the supported locations for this service.

Module: googleapis.batch.v1.projects.locations.jobs

Functions
create Create a Job.
delete Delete a Job.
get Get a Job specified by its resource name.
list List all Jobs for a project within a region.

Module: googleapis.batch.v1.projects.locations.jobs.taskGroups.tasks

Functions
get Return a single Task.
list List Tasks associated with a job.

Module: googleapis.batch.v1.projects.locations.operations

Functions
get Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
list Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-02-19 UTC.