Cloud Build V1 API - Class Google::Cloud::Build::V1::UpdateBuildTriggerRequest (v0.25.0)

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

#trigger=

def trigger=(value) -> ::Google::Cloud::Build::V1::BuildTrigger
Parameter
Returns

#trigger_id

def trigger_id() -> ::String
Returns
  • (::String) — Required. ID of the BuildTrigger to update.

#trigger_id=

def trigger_id=(value) -> ::String
Parameter
  • value (::String) — Required. ID of the BuildTrigger to update.
Returns
  • (::String) — Required. ID of the BuildTrigger to 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.