Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class BatchCreatePullRequestCommentsResponse.
The response to batch create pull request comments.
Generated from protobuf message google.cloud.securesourcemanager.v1.BatchCreatePullRequestCommentsResponse
Namespace
Google \ Cloud \ SecureSourceManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ pull_request_comments | array<PullRequestComment>The list of pull request comments created. | 
getPullRequestComments
The list of pull request comments created.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setPullRequestComments
The list of pull request comments created.
| Parameter | |
|---|---|
| Name | Description | 
| var | array<PullRequestComment> | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |