Data Loss Prevention V2 Client - Class Range (1.8.6)

Reference documentation and code samples for the Data Loss Prevention V2 Client class Range.

Generic half-open interval [start, end)

Generated from protobuf message google.privacy.dlp.v2.Range

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ start int|string

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

↳ end int|string

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

getStart

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

Returns
TypeDescription
int|string

setStart

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

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getEnd

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

Returns
TypeDescription
int|string

setEnd

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

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this