Class: Google::Cloud::Build::V1::CreateBuildTriggerRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb

Overview

Request to create a new BuildTrigger.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns The parent resource where this trigger will be created. Format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    The parent resource where this trigger will be created. Format: projects/{project}/locations/{location}



1694
1695
1696
1697
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1694

class CreateBuildTriggerRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#project_id::String

Returns Required. ID of the project for which to configure automatic builds.

Returns:

  • (::String)

    Required. ID of the project for which to configure automatic builds.



1694
1695
1696
1697
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1694

class CreateBuildTriggerRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#trigger::Google::Cloud::Build::V1::BuildTrigger

Returns Required. BuildTrigger to create.

Returns:



1694
1695
1696
1697
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1694

class CreateBuildTriggerRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end