Reference documentation and code samples for the Google Cloud Build V1 Client class DeleteBuildTriggerRequest.
Request to delete a BuildTrigger.
Generated from protobuf message google.devtools.cloudbuild.v1.DeleteBuildTriggerRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
The name of the |
↳ project_id |
string
Required. ID of the project that owns the trigger. |
↳ trigger_id |
string
Required. ID of the |
getName
The name of the Trigger to delete.
Format: projects/{project}/locations/{location}/triggers/{trigger}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
The name of the Trigger to delete.
Format: projects/{project}/locations/{location}/triggers/{trigger}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
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. ID of the BuildTrigger to delete.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTriggerId
Required. ID of the BuildTrigger to delete.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|