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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy