main.java.com.streamlayer.social.SyncTweetRequestOrBuilder 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/social/twitter.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.social;
public interface SyncTweetRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.social.SyncTweetRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string tweet_id = 1 [json_name = "tweetId"];
* @return The tweetId.
*/
java.lang.String getTweetId();
/**
* string tweet_id = 1 [json_name = "tweetId"];
* @return The bytes for tweetId.
*/
com.google.protobuf.ByteString
getTweetIdBytes();
}