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

main.java.com.streamlayer.importer.CsvImportQuestionsRequestOrBuilder 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 CsvImportQuestionsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.interactive.importer.CsvImportQuestionsRequest)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string organization_id = 1 [json_name = "organizationId"];
   * @return The organizationId.
   */
  java.lang.String getOrganizationId();
  /**
   * string organization_id = 1 [json_name = "organizationId"];
   * @return The bytes for organizationId.
   */
  com.google.protobuf.ByteString
      getOrganizationIdBytes();

  /**
   * uint64 event_id = 2 [json_name = "eventId"];
   * @return The eventId.
   */
  long getEventId();

  /**
   * uint64 moderation_id = 3 [json_name = "moderationId"];
   * @return The moderationId.
   */
  long getModerationId();

  /**
   * .streamlayer.interactive.importer.CsvImportSource source = 4 [json_name = "source"];
   * @return Whether the source field is set.
   */
  boolean hasSource();
  /**
   * .streamlayer.interactive.importer.CsvImportSource source = 4 [json_name = "source"];
   * @return The source.
   */
  com.streamlayer.importer.CsvImportSource getSource();

  /**
   * .streamlayer.interactive.importer.CsvImportOptions options = 5 [json_name = "options"];
   * @return Whether the options field is set.
   */
  boolean hasOptions();
  /**
   * .streamlayer.interactive.importer.CsvImportOptions options = 5 [json_name = "options"];
   * @return The options.
   */
  com.streamlayer.importer.CsvImportOptions getOptions();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy