Class: Google::Cloud::SecureSourceManager::V1::UpdatePullRequestCommentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::UpdatePullRequestCommentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
The request to update a pull request comment.
Instance Attribute Summary collapse
-
#pull_request_comment ⇒ ::Google::Cloud::SecureSourceManager::V1::PullRequestComment
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#pull_request_comment ⇒ ::Google::Cloud::SecureSourceManager::V1::PullRequestComment
Returns Required. The pull request comment to update.
1687 1688 1689 1690 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1687 class UpdatePullRequestCommentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns 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.
1687 1688 1689 1690 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1687 class UpdatePullRequestCommentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |