main.java.com.streamlayer.social.TweetUserMentionsOrBuilder 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 TweetUserMentionsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.social.TweetUserMentions)
com.google.protobuf.MessageLiteOrBuilder {
/**
* int64 id = 1 [json_name = "id"];
* @return The id.
*/
long getId();
/**
* string id_str = 2 [json_name = "idStr"];
* @return The idStr.
*/
java.lang.String getIdStr();
/**
* string id_str = 2 [json_name = "idStr"];
* @return The bytes for idStr.
*/
com.google.protobuf.ByteString
getIdStrBytes();
/**
* string name = 3 [json_name = "name"];
* @return The name.
*/
java.lang.String getName();
/**
* string name = 3 [json_name = "name"];
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* string screen_name = 4 [json_name = "screenName"];
* @return The screenName.
*/
java.lang.String getScreenName();
/**
* string screen_name = 4 [json_name = "screenName"];
* @return The bytes for screenName.
*/
com.google.protobuf.ByteString
getScreenNameBytes();
/**
* repeated int32 indices = 5 [json_name = "indices"];
* @return A list containing the indices.
*/
java.util.List getIndicesList();
/**
* repeated int32 indices = 5 [json_name = "indices"];
* @return The count of indices.
*/
int getIndicesCount();
/**
* repeated int32 indices = 5 [json_name = "indices"];
* @param index The index of the element to return.
* @return The indices at the given index.
*/
int getIndices(int index);
}