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.
784 785 786 787 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 784 class Position include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#path ⇒ ::String
Returns Required. The path of the file.
784 785 786 787 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 784 class Position include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |