Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::TableUpdateTrigger.
Represents a table update trigger configuration.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#table
def table() -> ::Google::Cloud::Dataform::V1beta1::Target
Returns
- (::Google::Cloud::Dataform::V1beta1::Target) — The target table to trigger the workflow.
#table=
def table=(value) -> ::Google::Cloud::Dataform::V1beta1::Target
Parameter
- value (::Google::Cloud::Dataform::V1beta1::Target) — The target table to trigger the workflow.
Returns
- (::Google::Cloud::Dataform::V1beta1::Target) — The target table to trigger the workflow.
#trigger_update_time
def trigger_update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The modification time of this table that resulted in an invocation of the workflow. This would be updated by the triggering service after a successful workflow invocation.