Class: Google::Cloud::Dlp::V2::Range

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Generic half-open interval [start, end)

Instance Attribute Summary collapse

Instance Attribute Details

#end::Integer

Returns Index of the last character of the range (exclusive).

Returns:

  • (::Integer)

    Index of the last character of the range (exclusive).



631
632
633
634
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 631

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

#start::Integer

Returns Index of the first character of the range (inclusive).

Returns:

  • (::Integer)

    Index of the first character of the range (inclusive).



631
632
633
634
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 631

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