ExecutionStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The execution status for the plugin instance.
Attributes |
|
---|---|
Name | Description |
current_execution_state |
google.cloud.apihub_v1.types.ExecutionStatus.CurrentExecutionState
Output only. The current state of the execution. |
last_execution |
google.cloud.apihub_v1.types.ExecutionStatus.LastExecution
Output only. The last execution of the plugin instance. |
Classes
CurrentExecutionState
CurrentExecutionState(value)
Enum for the current state of the execution.
LastExecution
LastExecution(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The result of the last execution of the plugin instance.