- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- IAM Permissions
- Try it!
Updates a pipeline.
If successful, the updated Pipeline is returned. Returns NOT_FOUND
if the pipeline doesn't exist.
If pipelines.patch does not return successfully, you can retry the pipelines.patch request until you receive a successful response.
HTTP request
PATCH https://datapipelines.googleapis.com/v1/{pipeline.name=projects/*/locations/*/pipelines/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
pipeline.name |
The pipeline name. For example:
|
Query parameters
Parameters | |
---|---|
updateMask |
The list of fields to be updated. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of Pipeline
.
Response body
If successful, the response body contains an instance of Pipeline
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the name
resource:
datapipelines.pipelines.update
For more information, see the IAM documentation.