Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::UpdateBuildTriggerRequest.
Request to update an existing BuildTrigger.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#project_id
def project_id() -> ::String Returns 
 - (::String) — Required. ID of the project that owns the trigger.
#project_id=
def project_id=(value) -> ::String Parameter 
 - value (::String) — Required. ID of the project that owns the trigger.
 Returns 
 - (::String) — Required. ID of the project that owns the trigger.
#trigger
def trigger() -> ::Google::Cloud::Build::V1::BuildTrigger Returns 
 -  (::Google::Cloud::Build::V1::BuildTrigger) — Required. BuildTriggerto update.
#trigger=
def trigger=(value) -> ::Google::Cloud::Build::V1::BuildTrigger Parameter 
 -  value (::Google::Cloud::Build::V1::BuildTrigger) — Required. BuildTriggerto update.
 Returns 
 -  (::Google::Cloud::Build::V1::BuildTrigger) — Required. BuildTriggerto update.
#trigger_id
def trigger_id() -> ::String Returns 
 -  (::String) — Required. ID of the BuildTriggerto update.
#trigger_id=
def trigger_id=(value) -> ::String Parameter 
 -  value (::String) — Required. ID of the BuildTriggerto update.
 Returns 
 -  (::String) — Required. ID of the BuildTriggerto update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask Returns 
 - (::Google::Protobuf::FieldMask) — 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.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask Parameter 
 - value (::Google::Protobuf::FieldMask) — 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.
 Returns 
 - (::Google::Protobuf::FieldMask) — 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.