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

main.java.com.streamlayer.importer.CsvImportSourceOrBuilder 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 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy