Google Cloud Web Risk V1 Client - Class CompressionType (1.2.7)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

COMPRESSION_TYPE_UNSPECIFIED

Value: 0

Unknown.

Generated from protobuf enum COMPRESSION_TYPE_UNSPECIFIED = 0;

RAW

Value: 1

Raw, uncompressed data.

Generated from protobuf enum RAW = 1;

RICE

Value: 2

Rice-Golomb encoded data.

Generated from protobuf enum RICE = 2;