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).
Instance Attribute Details
#end ⇒ ::Integer
Returns Index of the last character of the range (exclusive).
673 674 675 676 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 673 class Range include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start ⇒ ::Integer
Returns Index of the first character of the range (inclusive).
673 674 675 676 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 673 class Range include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |