main.java.com.streamlayer.interactive.feed.TweetHistoryRequestOrBuilder 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 TweetHistoryRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.feed.TweetHistoryRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string event_id = 1 [json_name = "eventId"];
* @return The eventId.
*/
java.lang.String getEventId();
/**
* string event_id = 1 [json_name = "eventId"];
* @return The bytes for eventId.
*/
com.google.protobuf.ByteString
getEventIdBytes();
}