Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class UpdateIssueCommentRequest.
The request to update an issue comment.
Generated from protobuf message google.cloud.securesourcemanager.v1.UpdateIssueCommentRequest
Namespace
Google \ Cloud \ SecureSourceManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ issue_comment |
IssueComment
Required. The issue comment to update. |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. Field mask is used to specify the fields to be overwritten in the issue comment resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement. |
getIssueComment
Required. The issue comment to update.
| Returns | |
|---|---|
| Type | Description |
IssueComment|null |
|
hasIssueComment
clearIssueComment
setIssueComment
Required. The issue comment to update.
| Parameter | |
|---|---|
| Name | Description |
var |
IssueComment
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateMask
Optional. Field mask is used to specify the fields to be overwritten in the issue comment resource by the update.
The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. Field mask is used to specify the fields to be overwritten in the issue comment resource by the update.
The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
issueComment |
IssueComment
Required. The issue comment to update. |
updateMask |
Google\Protobuf\FieldMask
Optional. Field mask is used to specify the fields to be overwritten in the issue comment resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement. |
| Returns | |
|---|---|
| Type | Description |
UpdateIssueCommentRequest |
|