Reference documentation and code samples for the Google Cloud Build V1 Client class UpdateBuildTriggerRequest.
Request to update an existing BuildTrigger
.
Generated from protobuf message google.devtools.cloudbuild.v1.UpdateBuildTriggerRequest
Namespace
Google \ Cloud \ Build \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ project_id
string
Required. ID of the project that owns the trigger.
↳ trigger_id
string
Required. ID of the BuildTrigger
to update.
↳ trigger
↳ update_mask
Google\Protobuf\FieldMask
Update mask for the resource. If this is set, the server will only update the fields specified in the field mask. Otherwise, a full update of the mutable resource fields will be performed.
getProjectId
Required. ID of the project that owns the trigger.
string
setProjectId
Required. ID of the project that owns the trigger.
var
string
$this
getTriggerId
Required. ID of the BuildTrigger
to update.
string
setTriggerId
Required. ID of the BuildTrigger
to update.
var
string
$this
getTrigger
Required. BuildTrigger
to update.
hasTrigger
clearTrigger
setTrigger
Required. BuildTrigger
to update.
$this
getUpdateMask
Update mask for the resource. If this is set, the server will only update the fields specified in the field mask.
Otherwise, a full update of the mutable resource fields will be performed.
hasUpdateMask
clearUpdateMask
setUpdateMask
Update mask for the resource. If this is set, the server will only update the fields specified in the field mask.
Otherwise, a full update of the mutable resource fields will be performed.
$this