Identifier. The resource name of the Pipeline. Must be unique within the location of the project and must be in projects/{project}/locations/{location}/pipelines/{pipeline} format.
Optional. The fields to be updated; only fields explicitly provided are updated. If no field mask is provided, all provided fields in the request are updated. To update all fields, provide a field mask of "*".
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
allowMissing
boolean
Optional. If set to true, and the Pipeline is not found, a new Pipeline will be created. In this situation, updateMask is ignored.
validateOnly
boolean
Optional. If set, validate the request and preview the review, but do not post it.
Request body
The request body contains an instance of Pipeline.
Response body
If successful, the response body contains an instance of Operation.
[[["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 2024-11-06 UTC."],[[["This webpage details how to update a single pipeline using the `PATCH` method with the endpoint `https://eventarc.googleapis.com/v1/{pipeline.name=projects/*/locations/*/pipelines/*}`."],["The `pipeline.name` path parameter is required and specifies the unique identifier of the pipeline, following the format `projects/{project}/locations/{location}/pipelines/{pipeline}`."],["The `updateMask`, `allowMissing`, and `validateOnly` query parameters are optional, allowing for control over which fields are updated, whether to create a new pipeline if one is missing, and whether to validate without posting."],["The request body should contain an instance of `Pipeline`, while a successful response will contain an instance of `Operation`."],["Authorization requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` to successfully execute the update pipeline request."]]],[]]