Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class PullRequestComment.
PullRequestComment represents a comment on a pull request.
Generated from protobuf message google.cloud.securesourcemanager.v1.PullRequestComment
Namespace
Google \ Cloud \ SecureSourceManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. Unique identifier for the pull request comment. The comment id is generated by the server. Format: projects/{project}/locations/{location}/repositories/{repository}/pullRequests/{pull_request}/pullRequestComments/{comment_id}
↳ create_time
↳ update_time
↳ review
↳ comment
↳ code
getName
Identifier. Unique identifier for the pull request comment. The comment id
is generated by the server. Format: projects/{project}/locations/{location}/repositories/{repository}/pullRequests/{pull_request}/pullRequestComments/{comment_id}
string
setName
Identifier. Unique identifier for the pull request comment. The comment id
is generated by the server. Format: projects/{project}/locations/{location}/repositories/{repository}/pullRequests/{pull_request}/pullRequestComments/{comment_id}
var
string
$this
getCreateTime
Output only. Creation timestamp.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Creation timestamp.
$this
getUpdateTime
Output only. Last updated timestamp.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Last updated timestamp.
$this
getReview
Optional. The review summary comment.
hasReview
setReview
Optional. The review summary comment.
$this
getComment
Optional. The general pull request comment.
hasComment
setComment
Optional. The general pull request comment.
$this
getCode
Optional. The comment on a code line.
hasCode
setCode
Optional. The comment on a code line.
$this
getCommentDetail
string

