Class: Google::Cloud::SecureSourceManager::V1::PullRequestComment::Position
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::PullRequestComment::Position
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
The position of the code comment.
Instance Attribute Summary collapse
-
#line ⇒ ::Integer
Required.
-
#path ⇒ ::String
Required.
Instance Attribute Details
#line ⇒ ::Integer
Returns Required. The line number of the comment. Positive value means it's on the new side of the diff, negative value means it's on the old side.
817 818 819 820 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 817 class Position include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |