Google Cloud Secure Source Manager V1 Client - Class BatchCreatePullRequestCommentsRequest (1.5.0)

Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class BatchCreatePullRequestCommentsRequest.

The request to batch create pull request comments.

Generated from protobuf message google.cloud.securesourcemanager.v1.BatchCreatePullRequestCommentsRequest

Namespace

Google \ Cloud \ SecureSourceManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The pull request in which to create the pull request comments. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}

↳ requests array<CreatePullRequestCommentRequest>

Required. The request message specifying the resources to create. There should be exactly one CreatePullRequestCommentRequest with CommentDetail being REVIEW in the list, and no more than 100 CreatePullRequestCommentRequests with CommentDetail being CODE in the list

getParent

Required. The pull request in which to create the pull request comments.

Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}

Returns
Type Description
string

setParent

Required. The pull request in which to create the pull request comments.

Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}

Parameter
Name Description
var string
Returns
Type Description
$this

getRequests

Required. The request message specifying the resources to create. There should be exactly one CreatePullRequestCommentRequest with CommentDetail being REVIEW in the list, and no more than 100 CreatePullRequestCommentRequests with CommentDetail being CODE in the list

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setRequests

Required. The request message specifying the resources to create. There should be exactly one CreatePullRequestCommentRequest with CommentDetail being REVIEW in the list, and no more than 100 CreatePullRequestCommentRequests with CommentDetail being CODE in the list

Parameter
Name Description
var array<CreatePullRequestCommentRequest>
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The pull request in which to create the pull request comments. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id} Please see SecureSourceManagerClient::pullRequestName() for help formatting this field.

requests array<CreatePullRequestCommentRequest>

Required. The request message specifying the resources to create. There should be exactly one CreatePullRequestCommentRequest with CommentDetail being REVIEW in the list, and no more than 100 CreatePullRequestCommentRequests with CommentDetail being CODE in the list

Returns
Type Description
BatchCreatePullRequestCommentsRequest