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

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

The request to update a pull request comment.

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

Namespace

Google \ Cloud \ SecureSourceManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ pull_request_comment PullRequestComment

Required. The pull request comment to update.

↳ update_mask Google\Protobuf\FieldMask

Optional. Field mask is used to specify the fields to be overwritten in the pull request comment resource by the update. Updatable fields are body.

getPullRequestComment

Required. The pull request comment to update.

Returns
Type Description
PullRequestComment|null

hasPullRequestComment

clearPullRequestComment

setPullRequestComment

Required. The pull request comment to update.

Parameter
Name Description
var PullRequestComment
Returns
Type Description
$this

getUpdateMask

Optional. Field mask is used to specify the fields to be overwritten in the pull request comment resource by the update. Updatable fields are body.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Optional. Field mask is used to specify the fields to be overwritten in the pull request comment resource by the update. Updatable fields are body.

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameters
Name Description
pullRequestComment PullRequestComment

Required. The pull request comment to update.

updateMask Google\Protobuf\FieldMask

Optional. Field mask is used to specify the fields to be overwritten in the pull request comment resource by the update. Updatable fields are body.

Returns
Type Description
UpdatePullRequestCommentRequest