The pipeline name. For example: projects/PROJECT_ID/locations/LOCATION_ID/pipelines/PIPELINE_ID.
PROJECT_ID can contain letters ([A-Za-z]), numbers ([0-9]), hyphens (-), colons (:), and periods (.). For more information, see Identifying projects.
LOCATION_ID is the canonical ID for the pipeline's ___location. The list of available locations can be obtained by calling google.cloud.___location.Locations.ListLocations. Note that the Data Pipelines service is not available in all regions. It depends on Cloud Scheduler, an App Engine application, so it's only available in App Engine regions.
PIPELINE_ID is the ID of the pipeline. Must be unique for the selected project and ___location.
[[["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-04-30 UTC."],[[["This webpage details how to update a pipeline using a `PATCH` HTTP request to a specific URL."],["The request requires a pipeline name, which includes the project ID, ___location ID, and pipeline ID, as part of the URL's path parameters."],["The request allows you to specify which fields to update through a comma-separated list in the `updateMask` query parameter."],["The request body must contain a `Pipeline` instance, and if successful, the updated `Pipeline` instance is returned in the response body."],["Updating the pipeline requires `datapipelines.pipelines.update` IAM permissions and `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]