main.java.com.streamlayer.importer.CsvImportOptionsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// 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();
}