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