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
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
int|string |
setStart
Index of the first character of the range (inclusive).
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getEnd
Index of the last character of the range (exclusive).
Returns | |
---|---|
Type | Description |
int|string |
setEnd
Index of the last character of the range (exclusive).
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |