Google Cloud Api Hub V1 Client - Class Result (0.3.0)

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 \ LastExecution

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RESULT_UNSPECIFIED

Value: 0

Default unspecified execution result.

Generated from protobuf enum RESULT_UNSPECIFIED = 0;

SUCCEEDED

Value: 1

The plugin instance executed successfully.

Generated from protobuf enum SUCCEEDED = 1;

FAILED

Value: 2

The plugin instance execution failed.

Generated from protobuf enum FAILED = 2;