Reference documentation and code samples for the Google Cloud Build V1 Client class GetBuildTriggerRequest.
Returns the BuildTrigger with the specified ID.
Generated from protobuf message google.devtools.cloudbuild.v1.GetBuildTriggerRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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. Identifier ( |
getProjectId
Required. ID of the project that owns the trigger.
| Returns | |
|---|---|
| Type | Description |
string |
|
setProjectId
Required. ID of the project that owns the trigger.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTriggerId
Required. Identifier (id or name) of the BuildTrigger to get.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTriggerId
Required. Identifier (id or name) of the BuildTrigger to get.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|