Google Cloud Datastream V1 Client - Class JsonCompression (2.0.1)

Reference documentation and code samples for the Google Cloud Datastream V1 Client class JsonCompression.

Json file compression.

Protobuf type google.cloud.datastream.v1.JsonFileFormat.JsonCompression

Namespace

Google \ Cloud \ Datastream \ V1 \ JsonFileFormat

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

JSON_COMPRESSION_UNSPECIFIED

Value: 0

Unspecified json file compression.

Generated from protobuf enum JSON_COMPRESSION_UNSPECIFIED = 0;

NO_COMPRESSION

Value: 1

Do not compress JSON file.

Generated from protobuf enum NO_COMPRESSION = 1;

GZIP

Value: 2

Gzip compression.

Generated from protobuf enum GZIP = 2;

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年10月30日 UTC.