All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.importer.CsvImportOptionsOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/interactive/importer/importer.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.importer;

public interface CsvImportOptionsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.interactive.importer.CsvImportOptions)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * bool dry_run = 1 [json_name = "dryRun"];
   * @return The dryRun.
   */
  boolean getDryRun();

  /**
   * 
   * offset
   * 
* * uint64 skip_rows = 2 [json_name = "skipRows"]; * @return The skipRows. */ long getSkipRows(); /** *
   * limit
   * 
* * uint64 max_rows = 3 [json_name = "maxRows"]; * @return The maxRows. */ long getMaxRows(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy