Reference documentation and code samples for the Google Cloud Web Risk V1 Client class CompressionType.
The ways in which threat entry sets can be compressed.
Protobuf type google.cloud.webrisk.v1.CompressionType
Namespace
Google \ Cloud \ WebRisk \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
COMPRESSION_TYPE_UNSPECIFIED
Value: 0Unknown.
Generated from protobuf enum COMPRESSION_TYPE_UNSPECIFIED = 0;
RAW
Value: 1Raw, uncompressed data.
Generated from protobuf enum RAW = 1;
RICE
Value: 2Rice-Golomb encoded data.
Generated from protobuf enum RICE = 2;