Enum ExecutionStatus.LastExecution.Result (0.28.0)

public enum ExecutionStatus.LastExecution.Result extends Enum<ExecutionStatus.LastExecution.Result> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.apihub.v1.ExecutionStatus.LastExecution.Result

Implements

ProtocolMessageEnum

Static Fields

Name Description
FAILED

The plugin instance execution failed.

FAILED = 2;

FAILED_VALUE

The plugin instance execution failed.

FAILED = 2;

RESULT_UNSPECIFIED

Default unspecified execution result.

RESULT_UNSPECIFIED = 0;

RESULT_UNSPECIFIED_VALUE

Default unspecified execution result.

RESULT_UNSPECIFIED = 0;

SUCCEEDED

The plugin instance executed successfully.

SUCCEEDED = 1;

SUCCEEDED_VALUE

The plugin instance executed successfully.

SUCCEEDED = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()