Class Google::Cloud::Eventarc::V1::CreateTriggerRequest (v0.1.4)

The request message for the CreateTrigger method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent collection in which to add this trigger.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent collection in which to add this trigger.
Returns
  • (::String) — Required. The parent collection in which to add this trigger.

#trigger

def trigger() -> ::Google::Cloud::Eventarc::V1::Trigger
Returns

#trigger=

def trigger=(value) -> ::Google::Cloud::Eventarc::V1::Trigger
Parameter
Returns

#trigger_id

def trigger_id() -> ::String
Returns
  • (::String) — Required. The user-provided ID to be assigned to the trigger.

#trigger_id=

def trigger_id=(value) -> ::String
Parameter
  • value (::String) — Required. The user-provided ID to be assigned to the trigger.
Returns
  • (::String) — Required. The user-provided ID to be assigned to the trigger.

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — Required. If set, validate the request and preview the review, but do not actually post it.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Required. If set, validate the request and preview the review, but do not actually post it.
Returns
  • (::Boolean) — Required. If set, validate the request and preview the review, but do not actually post it.