main.java.com.streamlayer.interactive.feed.VotingSubscriptionRequestOrBuilder 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/feed/interactive.feed.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.feed;
public interface VotingSubscriptionRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.feed.VotingSubscriptionRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string feed_id = 1 [json_name = "feedId"];
* @return The feedId.
*/
java.lang.String getFeedId();
/**
* string feed_id = 1 [json_name = "feedId"];
* @return The bytes for feedId.
*/
com.google.protobuf.ByteString
getFeedIdBytes();
/**
* string question_id = 2 [json_name = "questionId"];
* @return The questionId.
*/
java.lang.String getQuestionId();
/**
* string question_id = 2 [json_name = "questionId"];
* @return The bytes for questionId.
*/
com.google.protobuf.ByteString
getQuestionIdBytes();
}