Class: Google::Cloud::Eventarc::V1::UpdateTriggerRequest

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

Overview

The request message for the UpdateTrigger method.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_missing::Boolean

Returns If set to true, and the trigger is not found, a new trigger will be created. In this situation, update_mask is ignored.

Returns:

  • (::Boolean)

    If set to true, and the trigger is not found, a new trigger will be created. In this situation, update_mask is ignored.



117
118
119
120
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 117

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

#trigger::Google::Cloud::Eventarc::V1::Trigger

Returns The trigger to be updated.

Returns:



117
118
119
120
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 117

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

#update_mask::Google::Protobuf::FieldMask

Returns The fields to be updated; only fields explicitly provided are updated. If no field mask is provided, all provided fields in the request are updated. To update all fields, provide a field mask of "*".

Returns:

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

    The fields to be updated; only fields explicitly provided are updated. If no field mask is provided, all provided fields in the request are updated. To update all fields, provide a field mask of "*".



117
118
119
120
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 117

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

#validate_only::Boolean

Returns Optional. If set, validate the request and preview the review, but do not post it.

Returns:

  • (::Boolean)

    Optional. If set, validate the request and preview the review, but do not post it.



117
118
119
120
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 117

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