Class: Google::Cloud::Monitoring::V3::TextLocator::Position

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/metric.rb

Overview

The position of a byte within the text.

Instance Attribute Summary collapse

Instance Attribute Details

#column::Integer



254
255
256
257
# File 'proto_docs/google/monitoring/v3/metric.rb', line 254

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

#line::Integer



254
255
256
257
# File 'proto_docs/google/monitoring/v3/metric.rb', line 254

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