Class LastExecution (0.2.7)

LastExecution(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The result of the last execution of the plugin instance.

Attributes

Name Description
result google.cloud.apihub_v1.types.ExecutionStatus.LastExecution.Result
Output only. The result of the last execution of the plugin instance.
error_message str
Output only. Error message describing the failure, if any, during the last execution.
start_time google.protobuf.timestamp_pb2.Timestamp
Output only. The last execution start time of the plugin instance.
end_time google.protobuf.timestamp_pb2.Timestamp
Output only. The last execution end time of the plugin instance.

Classes

Result

Result(value)

Enum for the result of the last execution of the plugin instance.