Reference documentation and code samples for the Google Cloud Build V1 Client class RunBuildTriggerRequest.
Specifies a build trigger to run and the source to use.
Generated from protobuf message google.devtools.cloudbuild.v1.RunBuildTriggerRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The name of the Trigger
to run. Format: projects/{project}/locations/{location}/triggers/{trigger}
↳ project_id
string
Required. ID of the project.
↳ trigger_id
string
Required. ID of the trigger.
↳ source
getName
The name of the Trigger
to run.
Format: projects/{project}/locations/{location}/triggers/{trigger}
string
setName
The name of the Trigger
to run.
Format: projects/{project}/locations/{location}/triggers/{trigger}
var
string
$this
getProjectId
Required. ID of the project.
string
setProjectId
Required. ID of the project.
var
string
$this
getTriggerId
Required. ID of the trigger.
string
setTriggerId
Required. ID of the trigger.
var
string
$this
getSource
Source to build against this trigger.
hasSource
clearSource
setSource
Source to build against this trigger.
$this