Class: Google::Cloud::Build::V1::DeleteBuildTriggerRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::DeleteBuildTriggerRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
Overview
Request to delete a BuildTrigger
.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name of the
Trigger
to delete. -
#project_id ⇒ ::String
Required.
-
#trigger_id ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns The name of the Trigger
to delete.
Format: projects/{project}/locations/{location}/triggers/{trigger}
.
1757 1758 1759 1760 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1757 class DeleteBuildTriggerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns Required. ID of the project that owns the trigger.
1757 1758 1759 1760 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1757 class DeleteBuildTriggerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trigger_id ⇒ ::String
Returns Required. ID of the BuildTrigger
to delete.
1757 1758 1759 1760 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1757 class DeleteBuildTriggerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |