Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::ExecutionStatus::LastExecution.
The result of the last execution of the plugin instance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The last execution end time of the plugin instance.
#error_message
def error_message() -> ::String
Returns
- (::String) — Output only. Error message describing the failure, if any, during the last execution.
#result
def result() -> ::Google::Cloud::ApiHub::V1::ExecutionStatus::LastExecution::Result
Returns
- (::Google::Cloud::ApiHub::V1::ExecutionStatus::LastExecution::Result) — Output only. The result of the last execution of the plugin instance.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The last execution start time of the plugin instance.