Google Cloud Dataplex V1 Client - Class CompressionFormat (0.6.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class CompressionFormat.

The specific compressed file format of the data.

Protobuf type google.cloud.dataplex.v1.StorageFormat.CompressionFormat

Namespace

Google \ Cloud \ Dataplex \ V1 \ StorageFormat

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

COMPRESSION_FORMAT_UNSPECIFIED

Value: 0

CompressionFormat unspecified. Implies uncompressed data.

Generated from protobuf enum COMPRESSION_FORMAT_UNSPECIFIED = 0;

GZIP

Value: 2

GZip compressed set of files.

Generated from protobuf enum GZIP = 2;

BZIP2

Value: 3

BZip2 compressed set of files.

Generated from protobuf enum BZIP2 = 3;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.