Class: Google::Cloud::Build::V1::RunBuildTriggerRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::RunBuildTriggerRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
Overview
Specifies a build trigger to run and the source to use.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name of the
Triggerto run. -
#project_id ⇒ ::String
Required.
-
#source ⇒ ::Google::Cloud::Build::V1::RepoSource
Source to build against this trigger.
-
#trigger_id ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
55 56 57 58 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 55 class RunBuildTriggerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
55 56 57 58 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 55 class RunBuildTriggerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source ⇒ ::Google::Cloud::Build::V1::RepoSource
55 56 57 58 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 55 class RunBuildTriggerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trigger_id ⇒ ::String
55 56 57 58 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 55 class RunBuildTriggerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |