main.java.com.streamlayer.importer.CsvImportSourceOrBuilder 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 CsvImportSourceOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.importer.CsvImportSource)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
* Characters, digits and '_' are allowed
*
*
* string import_id = 1 [json_name = "importId"];
* @return The importId.
*/
java.lang.String getImportId();
/**
*
* Characters, digits and '_' are allowed
*
*
* string import_id = 1 [json_name = "importId"];
* @return The bytes for importId.
*/
com.google.protobuf.ByteString
getImportIdBytes();
/**
*
* Path to questions csv-source
*
*
* string url = 2 [json_name = "url"];
* @return The url.
*/
java.lang.String getUrl();
/**
*
* Path to questions csv-source
*
*
* string url = 2 [json_name = "url"];
* @return The bytes for url.
*/
com.google.protobuf.ByteString
getUrlBytes();
}