Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class Review.
The review summary comment.
Generated from protobuf message google.cloud.securesourcemanager.v1.PullRequestComment.Review
Namespace
Google \ Cloud \ SecureSourceManager \ V1 \ PullRequestCommentMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ action_type | intRequired. The review action type. | 
| ↳ body | stringOptional. The comment body. | 
| ↳ effective_commit_sha | stringOutput only. The effective commit sha this review is pointing to. | 
getActionType
Required. The review action type.
| Returns | |
|---|---|
| Type | Description | 
| int | Enum of type ActionType. | 
setActionType
Required. The review action type.
| Parameter | |
|---|---|
| Name | Description | 
| var | intEnum of type ActionType. | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getBody
Optional. The comment body.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setBody
Optional. The comment body.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getEffectiveCommitSha
Output only. The effective commit sha this review is pointing to.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setEffectiveCommitSha
Output only. The effective commit sha this review is pointing to.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |