main.java.com.streamlayer.interactive.common.AnswerFeedbackOrBuilder 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/interactive.common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.common;
public interface AnswerFeedbackOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.AnswerFeedback)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string title = 1 [json_name = "title"];
* @return The title.
*/
java.lang.String getTitle();
/**
* string title = 1 [json_name = "title"];
* @return The bytes for title.
*/
com.google.protobuf.ByteString
getTitleBytes();
/**
* string description = 2 [json_name = "description"];
* @return The description.
*/
java.lang.String getDescription();
/**
* string description = 2 [json_name = "description"];
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
}