main.java.com.streamlayer.social.TweetSymbolOrBuilder 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 TweetSymbolOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.social.TweetSymbol)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string text = 1 [json_name = "text"];
* @return The text.
*/
java.lang.String getText();
/**
* string text = 1 [json_name = "text"];
* @return The bytes for text.
*/
com.google.protobuf.ByteString
getTextBytes();
/**
* repeated int32 indices = 2 [json_name = "indices"];
* @return A list containing the indices.
*/
java.util.List getIndicesList();
/**
* repeated int32 indices = 2 [json_name = "indices"];
* @return The count of indices.
*/
int getIndicesCount();
/**
* repeated int32 indices = 2 [json_name = "indices"];
* @param index The index of the element to return.
* @return The indices at the given index.
*/
int getIndices(int index);
}