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
1622 1623 1624 1625 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1622 class UpdatePullRequestCommentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
1622 1623 1624 1625 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1622 class UpdatePullRequestCommentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |