Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class ActionType.
The review action type.
Protobuf type google.cloud.securesourcemanager.v1.PullRequestComment.Review.ActionType
Namespace
Google \ Cloud \ SecureSourceManager \ V1 \ PullRequestComment \ ReviewMethods
static::name
| Parameter | |
|---|---|
| Name | Description | 
| value | mixed | 
static::value
| Parameter | |
|---|---|
| Name | Description | 
| name | mixed | 
Constants
ACTION_TYPE_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum ACTION_TYPE_UNSPECIFIED = 0;
COMMENT
Value: 1A general review comment.
Generated from protobuf enum COMMENT = 1;
CHANGE_REQUESTED
Value: 2Change required from this review.
Generated from protobuf enum CHANGE_REQUESTED = 2;
APPROVED
Value: 3Change approved from this review.
Generated from protobuf enum APPROVED = 3;