Enum PullRequestComment.Review.ActionType (0.40.0)

public enum PullRequestComment.Review.ActionType extends Enum<PullRequestComment.Review.ActionType> implements ProtocolMessageEnum

The review action type.

Protobuf enum google.cloud.securesourcemanager.v1.PullRequestComment.Review.ActionType

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTION_TYPE_UNSPECIFIED

Unspecified.

ACTION_TYPE_UNSPECIFIED = 0;

ACTION_TYPE_UNSPECIFIED_VALUE

Unspecified.

ACTION_TYPE_UNSPECIFIED = 0;

APPROVED

Change approved from this review.

APPROVED = 3;

APPROVED_VALUE

Change approved from this review.

APPROVED = 3;

CHANGE_REQUESTED

Change required from this review.

CHANGE_REQUESTED = 2;

CHANGE_REQUESTED_VALUE

Change required from this review.

CHANGE_REQUESTED = 2;

COMMENT

A general review comment.

COMMENT = 1;

COMMENT_VALUE

A general review comment.

COMMENT = 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()