main.java.com.streamlayer.social.TweetUrlsOrBuilder 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 TweetUrlsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.social.TweetUrls)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string url = 1 [json_name = "url"];
* @return The url.
*/
java.lang.String getUrl();
/**
* string url = 1 [json_name = "url"];
* @return The bytes for url.
*/
com.google.protobuf.ByteString
getUrlBytes();
/**
* string display_url = 2 [json_name = "displayUrl"];
* @return The displayUrl.
*/
java.lang.String getDisplayUrl();
/**
* string display_url = 2 [json_name = "displayUrl"];
* @return The bytes for displayUrl.
*/
com.google.protobuf.ByteString
getDisplayUrlBytes();
/**
* string expanded_url = 3 [json_name = "expandedUrl"];
* @return The expandedUrl.
*/
java.lang.String getExpandedUrl();
/**
* string expanded_url = 3 [json_name = "expandedUrl"];
* @return The bytes for expandedUrl.
*/
com.google.protobuf.ByteString
getExpandedUrlBytes();
/**
* repeated int32 indices = 4 [json_name = "indices"];
* @return A list containing the indices.
*/
java.util.List getIndicesList();
/**
* repeated int32 indices = 4 [json_name = "indices"];
* @return The count of indices.
*/
int getIndicesCount();
/**
* repeated int32 indices = 4 [json_name = "indices"];
* @param index The index of the element to return.
* @return The indices at the given index.
*/
int getIndices(int index);
}