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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTION_TYPE_UNSPECIFIED |
Unspecified. |
ACTION_TYPE_UNSPECIFIED_VALUE |
Unspecified. |
APPROVED |
Change approved from this review. |
APPROVED_VALUE |
Change approved from this review. |
CHANGE_REQUESTED |
Change required from this review. |
CHANGE_REQUESTED_VALUE |
Change required from this review. |
COMMENT |
A general review comment. |
COMMENT_VALUE |
A general review comment. |
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() |