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.
BuildTrigger
to update.
#trigger=
def trigger=(value) -> ::Google::Cloud::Build::V1::BuildTrigger
Parameter
-
value (::Google::Cloud::Build::V1::BuildTrigger) — Required.
BuildTrigger
to update.
Returns
-
(::Google::Cloud::Build::V1::BuildTrigger) — Required.
BuildTrigger
to update.
#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.