Reference documentation and code samples for the Secure Source Manager V1 API class Google::Cloud::SecureSourceManager::V1::UpdateIssueCommentRequest.
The request to update an issue comment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#issue_comment
def issue_comment() -> ::Google::Cloud::SecureSourceManager::V1::IssueComment
Returns
- (::Google::Cloud::SecureSourceManager::V1::IssueComment) — Required. The issue comment to update.
#issue_comment=
def issue_comment=(value) -> ::Google::Cloud::SecureSourceManager::V1::IssueComment
Parameter
- value (::Google::Cloud::SecureSourceManager::V1::IssueComment) — Required. The issue comment to update.
Returns
- (::Google::Cloud::SecureSourceManager::V1::IssueComment) — Required. The issue comment to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::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.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::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
- (::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.