Secure Source Manager V1 API - Class Google::Cloud::SecureSourceManager::V1::UpdatePullRequestCommentRequest (v2.2.0)

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

#pull_request_comment=

def pull_request_comment=(value) -> ::Google::Cloud::SecureSourceManager::V1::PullRequestComment
Parameter
Returns

#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.