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

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

There is a newer version: 5.120.2
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 CsvRowOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.interactive.importer.CsvRow)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * uint32 row_number = 1 [json_name = "rowNumber"];
   * @return The rowNumber.
   */
  int getRowNumber();

  /**
   * string reason = 2 [json_name = "reason"];
   * @return The reason.
   */
  java.lang.String getReason();
  /**
   * string reason = 2 [json_name = "reason"];
   * @return The bytes for reason.
   */
  com.google.protobuf.ByteString
      getReasonBytes();

  /**
   * .streamlayer.interactive.QuestionType type = 3 [json_name = "type"];
   * @return The enum numeric value on the wire for type.
   */
  int getTypeValue();
  /**
   * .streamlayer.interactive.QuestionType type = 3 [json_name = "type"];
   * @return The type.
   */
  com.streamlayer.interactive.common.QuestionType getType();

  /**
   * string row_id = 4 [json_name = "rowId"];
   * @return The rowId.
   */
  java.lang.String getRowId();
  /**
   * string row_id = 4 [json_name = "rowId"];
   * @return The bytes for rowId.
   */
  com.google.protobuf.ByteString
      getRowIdBytes();

  /**
   * string subject = 5 [json_name = "subject"];
   * @return The subject.
   */
  java.lang.String getSubject();
  /**
   * string subject = 5 [json_name = "subject"];
   * @return The bytes for subject.
   */
  com.google.protobuf.ByteString
      getSubjectBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy