Reference documentation and code samples for the Google Cloud Api Hub V1 Client class Result.
Enum for the result of the last execution of the plugin instance.
Protobuf type google.cloud.apihub.v1.ExecutionStatus.LastExecution.Result
Namespace
Google \ Cloud \ ApiHub \ V1 \ ExecutionStatus \ LastExecutionMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RESULT_UNSPECIFIED
Value: 0Default unspecified execution result.
Generated from protobuf enum RESULT_UNSPECIFIED = 0;
SUCCEEDED
Value: 1The plugin instance executed successfully.
Generated from protobuf enum SUCCEEDED = 1;
FAILED
Value: 2The plugin instance execution failed.
Generated from protobuf enum FAILED = 2;