Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::TriggerEvaluationRecord.
A record of an attempt to evaluate trigger conditions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#evaluation_time
def evaluation_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The timestamp of this trigger evaluation attempt.
#status
def status() -> ::Google::Rpc::Status
Returns
- (::Google::Rpc::Status) — Output only. The status of the trigger evaluation. Success is indicated by a code of 0 (OK). Message will only be present if the status code is non-zero.