Class: Google::Cloud::SecureSourceManager::V1::PullRequestComment::Position

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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