Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class IssueComment.
IssueComment represents a comment on an issue.
Generated from protobuf message google.cloud.securesourcemanager.v1.IssueComment
Namespace
Google \ Cloud \ SecureSourceManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. Unique identifier for an issue comment. The comment id is generated by the server. Format: projects/{project}/locations/{location}/repositories/{repository}/issues/{issue}/issueComments/{comment_id}
↳ body
string
Required. The comment body.
↳ create_time
↳ update_time
getName
Identifier. Unique identifier for an issue comment. The comment id is
generated by the server. Format: projects/{project}/locations/{location}/repositories/{repository}/issues/{issue}/issueComments/{comment_id}
string
setName
Identifier. Unique identifier for an issue comment. The comment id is
generated by the server. Format: projects/{project}/locations/{location}/repositories/{repository}/issues/{issue}/issueComments/{comment_id}
var
string
$this
getBody
Required. The comment body.
string
setBody
Required. The comment body.
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

