Class: Google::Cloud::Build::V1::UpdateBuildTriggerRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::UpdateBuildTriggerRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
Overview
Request to update an existing BuildTrigger
.
Instance Attribute Summary collapse
-
#project_id ⇒ ::String
Required.
-
#trigger ⇒ ::Google::Cloud::Build::V1::BuildTrigger
Required.
-
#trigger_id ⇒ ::String
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Update mask for the resource.
Instance Attribute Details
#project_id ⇒ ::String
Returns Required. ID of the project that owns the trigger.
1777 1778 1779 1780 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1777 class UpdateBuildTriggerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trigger ⇒ ::Google::Cloud::Build::V1::BuildTrigger
Returns Required. BuildTrigger
to update.
1777 1778 1779 1780 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1777 class UpdateBuildTriggerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trigger_id ⇒ ::String
Returns Required. ID of the BuildTrigger
to update.
1777 1778 1779 1780 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1777 class UpdateBuildTriggerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Update mask for the resource. If this is set, the server will only update the fields specified in the field mask. Otherwise, a full update of the mutable resource fields will be performed.
1777 1778 1779 1780 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1777 class UpdateBuildTriggerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |