Enum ApprovalResult.Decision (3.6.0)

public enum ApprovalResult.Decision extends Enum<ApprovalResult.Decision> implements ProtocolMessageEnum

Specifies whether or not this manual approval result is to approve or reject a build.

Protobuf enum google.devtools.cloudbuild.v1.ApprovalResult.Decision

Implements

ProtocolMessageEnum

Static Fields

NameDescription
APPROVED

Build is approved.

APPROVED = 1;

APPROVED_VALUE

Build is approved.

APPROVED = 1;

DECISION_UNSPECIFIED

Default enum type. This should not be used.

DECISION_UNSPECIFIED = 0;

DECISION_UNSPECIFIED_VALUE

Default enum type. This should not be used.

DECISION_UNSPECIFIED = 0;

REJECTED

Build is rejected.

REJECTED = 2;

REJECTED_VALUE

Build is rejected.

REJECTED = 2;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()