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
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