Class: Google::Cloud::Dlp::V2::Range
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::Range
- 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
-
#end ⇒ ::Integer
Index of the last character of the range (exclusive).
-
#start ⇒ ::Integer
Index of the first character of the range (inclusive).