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 |
array
Optional. Data for populating the Message object. |
↳ action_type |
int
Required. The review action type. |
↳ body |
string
Optional. The comment body. |
↳ effective_commit_sha |
string
Output only. The effective commit sha this review is pointing to. |
getActionType
Required. The review action type.
Returns | |
---|---|
Type | Description |
int |
setActionType
Required. The review action type.
Parameter | |
---|---|
Name | Description |
var |
int
|
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 |