Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::RunBuildTriggerRequest.
Specifies a build trigger to run and the source to use.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String Returns 
 -  (::String) — The name of the Triggerto run. Format:projects/{project}/locations/{location}/triggers/{trigger}
#name=
def name=(value) -> ::String Parameter 
 -  value (::String) — The name of the Triggerto run. Format:projects/{project}/locations/{location}/triggers/{trigger}
 Returns 
 -  (::String) — The name of the Triggerto run. Format:projects/{project}/locations/{location}/triggers/{trigger}
#project_id
def project_id() -> ::String Returns 
 - (::String) — Required. ID of the project.
#project_id=
def project_id=(value) -> ::String Parameter 
 - value (::String) — Required. ID of the project.
 Returns 
 - (::String) — Required. ID of the project.
#source
def source() -> ::Google::Cloud::Build::V1::RepoSource Returns 
 - (::Google::Cloud::Build::V1::RepoSource) — Source to build against this trigger. Branch and tag names cannot consist of regular expressions.
#source=
def source=(value) -> ::Google::Cloud::Build::V1::RepoSource Parameter 
 - value (::Google::Cloud::Build::V1::RepoSource) — Source to build against this trigger. Branch and tag names cannot consist of regular expressions.
 Returns 
 - (::Google::Cloud::Build::V1::RepoSource) — Source to build against this trigger. Branch and tag names cannot consist of regular expressions.
#trigger_id
def trigger_id() -> ::String Returns 
 - (::String) — Required. ID of the trigger.
#trigger_id=
def trigger_id=(value) -> ::String Parameter 
 - value (::String) — Required. ID of the trigger.
 Returns 
 - (::String) — Required. ID of the trigger.