public interface JsonFileFormatOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCompression()
public abstract JsonFileFormat.JsonCompression getCompression()
Compression of the loaded JSON file.
.google.events.cloud.datastream.v1.JsonFileFormat.JsonCompression compression = 2;
Returns | |
---|---|
Type | Description |
JsonFileFormat.JsonCompression | The compression. |
getCompressionValue()
public abstract int getCompressionValue()
Compression of the loaded JSON file.
.google.events.cloud.datastream.v1.JsonFileFormat.JsonCompression compression = 2;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for compression. |
getSchemaFileFormat()
public abstract JsonFileFormat.SchemaFileFormat getSchemaFileFormat()
The schema file format along JSON data files.
.google.events.cloud.datastream.v1.JsonFileFormat.SchemaFileFormat schema_file_format = 1;
Returns | |
---|---|
Type | Description |
JsonFileFormat.SchemaFileFormat | The schemaFileFormat. |
getSchemaFileFormatValue()
public abstract int getSchemaFileFormatValue()
The schema file format along JSON data files.
.google.events.cloud.datastream.v1.JsonFileFormat.SchemaFileFormat schema_file_format = 1;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for schemaFileFormat. |