Class: Google::Cloud::Dataform::V1beta1::WorkflowTrigger
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::WorkflowTrigger
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
The trigger definition to invoke a workflow.
Instance Attribute Summary collapse
-
#table_update_trigger ⇒ ::Google::Cloud::Dataform::V1beta1::TableUpdateTrigger
The table update trigger configuration.
Instance Attribute Details
#table_update_trigger ⇒ ::Google::Cloud::Dataform::V1beta1::TableUpdateTrigger
Returns The table update trigger configuration.
1558 1559 1560 1561 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1558 class WorkflowTrigger include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |