Interface JsonFileFormatOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    JsonFileFormat, JsonFileFormat.Builder

    public interface JsonFileFormatOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getSchemaFileFormatValue

        int getSchemaFileFormatValue()
         The schema file format along JSON data files.
         
        .google.cloud.datastream.v1.JsonFileFormat.SchemaFileFormat schema_file_format = 1;
        Returns:
        The enum numeric value on the wire for schemaFileFormat.
      • getSchemaFileFormat

        JsonFileFormat.SchemaFileFormat getSchemaFileFormat()
         The schema file format along JSON data files.
         
        .google.cloud.datastream.v1.JsonFileFormat.SchemaFileFormat schema_file_format = 1;
        Returns:
        The schemaFileFormat.
      • getCompressionValue

        int getCompressionValue()
         Compression of the loaded JSON file.
         
        .google.cloud.datastream.v1.JsonFileFormat.JsonCompression compression = 2;
        Returns:
        The enum numeric value on the wire for compression.
      • getCompression

        JsonFileFormat.JsonCompression getCompression()
         Compression of the loaded JSON file.
         
        .google.cloud.datastream.v1.JsonFileFormat.JsonCompression compression = 2;
        Returns:
        The compression.