Reference documentation and code samples for the Secure Source Manager V1 API class Google::Cloud::SecureSourceManager::V1::UpdatePullRequestCommentRequest.
The request to update a pull request comment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#pull_request_comment
def pull_request_comment() -> ::Google::Cloud::SecureSourceManager::V1::PullRequestComment
Returns
- (::Google::Cloud::SecureSourceManager::V1::PullRequestComment) — Required. The pull request comment to update.
#pull_request_comment=
def pull_request_comment=(value) -> ::Google::Cloud::SecureSourceManager::V1::PullRequestComment
Parameter
- value (::Google::Cloud::SecureSourceManager::V1::PullRequestComment) — Required. The pull request comment to update.
Returns
- (::Google::Cloud::SecureSourceManager::V1::PullRequestComment) — Required. The pull request 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
pull request comment resource by the update. Updatable fields are
body
.
#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
pull request comment resource by the update. Updatable fields are
body
.
Returns
-
(::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
.