Class: Google::Cloud::ApiHub::V1::Point

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/apihub/v1/common_fields.rb

Overview

Point within the file (line and character).

Instance Attribute Summary collapse

Instance Attribute Details

#character::Integer

Returns Required. Character position within the line (zero-indexed).

Returns:

  • (::Integer)

    Required. Character position within the line (zero-indexed).



1087
1088
1089
1090
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1087

class Point
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#line::Integer

Returns Required. Line number (zero-indexed).

Returns:

  • (::Integer)

    Required. Line number (zero-indexed).



1087
1088
1089
1090
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1087

class Point
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end