Interface JsonFileFormatOrBuilder (1.40.0)

public interface JsonFileFormatOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCompression()

public abstract JsonFileFormat.JsonCompression getCompression()

Compression of the loaded JSON file.

.google.cloud.datastream.v1alpha1.JsonFileFormat.JsonCompression compression = 2;

Returns
TypeDescription
JsonFileFormat.JsonCompression

The compression.

getCompressionValue()

public abstract int getCompressionValue()

Compression of the loaded JSON file.

.google.cloud.datastream.v1alpha1.JsonFileFormat.JsonCompression compression = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for compression.

getSchemaFileFormat()

public abstract SchemaFileFormat getSchemaFileFormat()

The schema file format along JSON data files.

.google.cloud.datastream.v1alpha1.SchemaFileFormat schema_file_format = 1;

Returns
TypeDescription
SchemaFileFormat

The schemaFileFormat.

getSchemaFileFormatValue()

public abstract int getSchemaFileFormatValue()

The schema file format along JSON data files.

.google.cloud.datastream.v1alpha1.SchemaFileFormat schema_file_format = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for schemaFileFormat.