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