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 "*".
↳ allow_missing
bool
If set to true, and the trigger is not found, a new trigger will be created. In this situation,update_maskis ignored.
↳ validate_only
bool
Optional. If set, validate the request and preview the review, but do not post it.
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 "*".
allowMissing
bool
If set to true, and the trigger is not found, a new trigger will be
created. In this situation,update_maskis ignored.
[[["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-09-04 UTC."],[],[],null,["# Google Cloud Eventarc V1 Client - Class UpdateTriggerRequest (2.1.5)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.5 (latest)](/php/docs/reference/cloud-eventarc/latest/V1.UpdateTriggerRequest)\n- [2.1.4](/php/docs/reference/cloud-eventarc/2.1.4/V1.UpdateTriggerRequest)\n- [2.0.1](/php/docs/reference/cloud-eventarc/2.0.1/V1.UpdateTriggerRequest)\n- [1.3.5](/php/docs/reference/cloud-eventarc/1.3.5/V1.UpdateTriggerRequest)\n- [1.2.2](/php/docs/reference/cloud-eventarc/1.2.2/V1.UpdateTriggerRequest)\n- [1.1.1](/php/docs/reference/cloud-eventarc/1.1.1/V1.UpdateTriggerRequest)\n- [1.0.5](/php/docs/reference/cloud-eventarc/1.0.5/V1.UpdateTriggerRequest) \nReference documentation and code samples for the Google Cloud Eventarc V1 Client class UpdateTriggerRequest.\n\nThe request message for the UpdateTrigger method.\n\nGenerated from protobuf message `google.cloud.eventarc.v1.UpdateTriggerRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Eventarc \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getTrigger\n\nThe trigger to be updated.\n\n### hasTrigger\n\n### clearTrigger\n\n### setTrigger\n\nThe trigger to be updated.\n\n### getUpdateMask\n\nThe fields to be updated; only fields explicitly provided are updated.\n\nIf no field mask is provided, all provided fields in the request are\nupdated. To update all fields, provide a field mask of \"\\*\".\n\n### hasUpdateMask\n\n### clearUpdateMask\n\n### setUpdateMask\n\nThe fields to be updated; only fields explicitly provided are updated.\n\nIf no field mask is provided, all provided fields in the request are\nupdated. To update all fields, provide a field mask of \"\\*\".\n\n### getAllowMissing\n\nIf set to true, and the trigger is not found, a new trigger will be\ncreated. In this situation, `update_mask` is ignored.\n\n### setAllowMissing\n\nIf set to true, and the trigger is not found, a new trigger will be\ncreated. In this situation, `update_mask` is ignored.\n\n### getValidateOnly\n\nOptional. If set, validate the request and preview the review, but do not\npost it.\n\n### setValidateOnly\n\nOptional. If set, validate the request and preview the review, but do not\npost it.\n\n### static::build"]]