Module: Google::Cloud::ApiHub::V1::ExecutionStatus::LastExecution::Result
- Defined in:
- proto_docs/google/cloud/apihub/v1/plugin_service.rb
Overview
Enum for the result of the last execution of the plugin instance.
Constant Summary collapse
- RESULT_UNSPECIFIED =
Default unspecified execution result.
0- SUCCEEDED =
The plugin instance executed successfully.
1- FAILED =
The plugin instance execution failed.
2