Stay organized with collections
Save and categorize content based on your preferences.
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.
BigQuery API
A data platform for customers to create, manage, share and query data.
To learn more, see the BigQuery API documentation.
Deletes the dataset specified by the datasetId value. Before you can
delete a dataset, you must delete all its tables, either manually or by
specifying deleteContents. Immediately after deletion, you can create
another dataset with the same name.
Updates information in an existing dataset. The update method replaces
the entire dataset resource, whereas the patch method only replaces
fields that are provided in the submitted dataset resource. This method
supports patch semantics.
Updates information in an existing dataset. The update method replaces
the entire dataset resource, whereas the patch method only replaces
fields that are provided in the submitted dataset resource.
Requests that a job be cancelled. This call will return immediately, and
the client will need to poll for the job status to see if the cancel
completed successfully. Cancelled jobs may still incur costs.
Returns information about a specific job. Job information is available
for a six month period after creation. Requires that you're the person
who ran the job, or have the Is Owner project role.
Lists all jobs that you started in the specified project. Job
information is available for a six month period after creation. The job
list is sorted in reverse chronological order, by job creation time.
Requires the Can View project role, or the Is Owner project role if you
set the allUsers property.
Lists all models in the specified dataset. Requires the READER dataset
role. After retrieving the list of models, you can get information about
a particular model by calling the models.get method.
Returns permissions that a caller has on the specified resource. If the
resource does not exist, this will return an empty set of permissions,
not a NOT_FOUND error. Note: This operation is designed to be used for
building permission-aware UIs and command-line tools, not for
authorization checking. This operation may "fail open" without
warning.
Gets the specified table resource by table ID. This method does not
return the data in the table, it only returns the table resource, which
describes the structure of this table.
Updates information in an existing table. The update method replaces the
entire table resource, whereas the patch method only replaces fields
that are provided in the submitted table resource. This method supports
patch semantics.
Sets the access control policy on the specified resource. Replaces any
existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and
PERMISSION_DENIED errors.
Returns permissions that a caller has on the specified resource. If the
resource does not exist, this will return an empty set of permissions,
not a NOT_FOUND error. Note: This operation is designed to be used for
building permission-aware UIs and command-line tools, not for
authorization checking. This operation may "fail open" without
warning.
Updates information in an existing table. The update method replaces the
entire table resource, whereas the patch method only replaces fields
that are provided in the submitted table resource.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-30 UTC."],[],[]]