Class: Google::Cloud::Build::V1::RunBuildTriggerRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns The name of the Trigger to run. Format: projects/{project}/locations/{location}/triggers/{trigger}.

Returns:

  • (::String)

    The name of the Trigger to run. Format: projects/{project}/locations/{location}/triggers/{trigger}



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

Returns Required. ID of the project.

Returns:

  • (::String)

    Required. ID of the project.



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

Returns Source to build against this trigger. Branch and tag names cannot consist of regular expressions.

Returns:



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

Returns Required. ID of the trigger.

Returns:

  • (::String)

    Required. ID of the trigger.



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