Class: Google::Cloud::Build::V1::UpdateBuildTriggerRequest

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 update an existing BuildTrigger.

Instance Attribute Summary collapse

Instance Attribute Details

#project_id::String

Returns Required. ID of the project that owns the trigger.

Returns:

  • (::String)

    Required. ID of the project that owns the trigger.



1777
1778
1779
1780
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1777

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

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

Returns Required. BuildTrigger to update.

Returns:



1777
1778
1779
1780
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1777

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

#trigger_id::String

Returns Required. ID of the BuildTrigger to update.

Returns:

  • (::String)

    Required. ID of the BuildTrigger to update.



1777
1778
1779
1780
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1777

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

#update_mask::Google::Protobuf::FieldMask

Returns Update mask for the resource. If this is set, the server will only update the fields specified in the field mask. Otherwise, a full update of the mutable resource fields will be performed.

Returns:

  • (::Google::Protobuf::FieldMask)

    Update mask for the resource. If this is set, the server will only update the fields specified in the field mask. Otherwise, a full update of the mutable resource fields will be performed.



1777
1778
1779
1780
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1777

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