Class: Google::Cloud::Eventarc::V1::CreateTriggerRequest

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 CreateTrigger method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent collection in which to add this trigger.

Returns:

  • (::String)

    Required. The parent collection in which to add this trigger.



95
96
97
98
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 95

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

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

Returns Required. The trigger to create.

Returns:



95
96
97
98
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 95

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

#trigger_id::String

Returns Required. The user-provided ID to be assigned to the trigger.

Returns:

  • (::String)

    Required. The user-provided ID to be assigned to the trigger.



95
96
97
98
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 95

class CreateTriggerRequest
  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.



95
96
97
98
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 95

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