Reference documentation and code samples for the Google Cloud Web Risk V1 Client class RawIndices.
A set of raw indices to remove from a local list.
Generated from protobuf message google.cloud.webrisk.v1.RawIndices
Namespace
Google \ Cloud \ WebRisk \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ indices |
array
The indices to remove from a lexicographically-sorted local list. |
getIndices
The indices to remove from a lexicographically-sorted local list.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setIndices
The indices to remove from a lexicographically-sorted local list.
| Parameter | |
|---|---|
| Name | Description |
var |
int[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|