Reference documentation and code samples for the Google Cloud Web Risk V1 Client class RiceDeltaEncoding.
The Rice-Golomb encoded data. Used for sending compressed 4-byte hashes or compressed removal indices.
Generated from protobuf message google.cloud.webrisk.v1.RiceDeltaEncoding
Namespace
Google \ Cloud \ WebRisk \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ first_value |
int|string
The offset of the first entry in the encoded data, or, if only a single integer was encoded, that single integer's value. If the field is empty or missing, assume zero. |
↳ rice_parameter |
int
The Golomb-Rice parameter, which is a number between 2 and 28. This field is missing (that is, zero) if |
↳ entry_count |
int
The number of entries that are delta encoded in the encoded data. If only a single integer was encoded, this will be zero and the single value will be stored in |
↳ encoded_data |
string
The encoded deltas that are encoded using the Golomb-Rice coder. |
getFirstValue
The offset of the first entry in the encoded data, or, if only a single integer was encoded, that single integer's value. If the field is empty or missing, assume zero.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setFirstValue
The offset of the first entry in the encoded data, or, if only a single integer was encoded, that single integer's value. If the field is empty or missing, assume zero.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRiceParameter
The Golomb-Rice parameter, which is a number between 2 and 28. This field
is missing (that is, zero) if num_entries is zero.
| Returns | |
|---|---|
| Type | Description |
int |
|
setRiceParameter
The Golomb-Rice parameter, which is a number between 2 and 28. This field
is missing (that is, zero) if num_entries is zero.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEntryCount
The number of entries that are delta encoded in the encoded data. If only a
single integer was encoded, this will be zero and the single value will be
stored in first_value.
| Returns | |
|---|---|
| Type | Description |
int |
|
setEntryCount
The number of entries that are delta encoded in the encoded data. If only a
single integer was encoded, this will be zero and the single value will be
stored in first_value.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEncodedData
The encoded deltas that are encoded using the Golomb-Rice coder.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEncodedData
The encoded deltas that are encoded using the Golomb-Rice coder.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|