Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::Range (v0.20.2)

Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::Range.

Generic half-open interval [start, end)

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#end

def end() -> ::Integer
Returns
  • (::Integer) — Index of the last character of the range (exclusive).

#end=

def end=(value) -> ::Integer
Parameter
  • value (::Integer) — Index of the last character of the range (exclusive).
Returns
  • (::Integer) — Index of the last character of the range (exclusive).

#start

def start() -> ::Integer
Returns
  • (::Integer) — Index of the first character of the range (inclusive).

#start=

def start=(value) -> ::Integer
Parameter
  • value (::Integer) — Index of the first character of the range (inclusive).
Returns
  • (::Integer) — Index of the first character of the range (inclusive).