main.java.com.streamlayer.importer.QuestionSourceOrBuilder 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 QuestionSourceOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.importer.QuestionSource)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string row_id = 1 [json_name = "rowId"];
* @return The rowId.
*/
java.lang.String getRowId();
/**
* string row_id = 1 [json_name = "rowId"];
* @return The bytes for rowId.
*/
com.google.protobuf.ByteString
getRowIdBytes();
/**
* .streamlayer.interactive.QuestionType type = 2 [json_name = "type"];
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
* .streamlayer.interactive.QuestionType type = 2 [json_name = "type"];
* @return The type.
*/
com.streamlayer.interactive.common.QuestionType getType();
}