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

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.