main.java.com.streamlayer.social.TweetExtendedMediaOrBuilder 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 TweetExtendedMediaOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.social.TweetExtendedMedia)
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 type = 3 [json_name = "type"];
* @return The type.
*/
java.lang.String getType();
/**
* string type = 3 [json_name = "type"];
* @return The bytes for type.
*/
com.google.protobuf.ByteString
getTypeBytes();
/**
* string url = 4 [json_name = "url"];
* @return The url.
*/
java.lang.String getUrl();
/**
* string url = 4 [json_name = "url"];
* @return The bytes for url.
*/
com.google.protobuf.ByteString
getUrlBytes();
/**
* string media_url = 5 [json_name = "mediaUrl"];
* @return The mediaUrl.
*/
java.lang.String getMediaUrl();
/**
* string media_url = 5 [json_name = "mediaUrl"];
* @return The bytes for mediaUrl.
*/
com.google.protobuf.ByteString
getMediaUrlBytes();
/**
* string display_url = 6 [json_name = "displayUrl"];
* @return The displayUrl.
*/
java.lang.String getDisplayUrl();
/**
* string display_url = 6 [json_name = "displayUrl"];
* @return The bytes for displayUrl.
*/
com.google.protobuf.ByteString
getDisplayUrlBytes();
/**
* string expanded_url = 7 [json_name = "expandedUrl"];
* @return The expandedUrl.
*/
java.lang.String getExpandedUrl();
/**
* string expanded_url = 7 [json_name = "expandedUrl"];
* @return The bytes for expandedUrl.
*/
com.google.protobuf.ByteString
getExpandedUrlBytes();
/**
* string media_url_https = 8 [json_name = "mediaUrlHttps"];
* @return The mediaUrlHttps.
*/
java.lang.String getMediaUrlHttps();
/**
* string media_url_https = 8 [json_name = "mediaUrlHttps"];
* @return The bytes for mediaUrlHttps.
*/
com.google.protobuf.ByteString
getMediaUrlHttpsBytes();
/**
* .streamlayer.social.TweetMediaSizes sizes = 9 [json_name = "sizes"];
* @return Whether the sizes field is set.
*/
boolean hasSizes();
/**
* .streamlayer.social.TweetMediaSizes sizes = 9 [json_name = "sizes"];
* @return The sizes.
*/
com.streamlayer.social.TweetMediaSizes getSizes();
/**
* repeated int32 indices = 10 [json_name = "indices"];
* @return A list containing the indices.
*/
java.util.List getIndicesList();
/**
* repeated int32 indices = 10 [json_name = "indices"];
* @return The count of indices.
*/
int getIndicesCount();
/**
* repeated int32 indices = 10 [json_name = "indices"];
* @param index The index of the element to return.
* @return The indices at the given index.
*/
int getIndices(int index);
/**
* .streamlayer.social.TweetMediaVideoInfo video_info = 11 [json_name = "videoInfo"];
* @return Whether the videoInfo field is set.
*/
boolean hasVideoInfo();
/**
* .streamlayer.social.TweetMediaVideoInfo video_info = 11 [json_name = "videoInfo"];
* @return The videoInfo.
*/
com.streamlayer.social.TweetMediaVideoInfo getVideoInfo();
/**
* .streamlayer.social.TweetExtendedMedia.TweetAdditionalMediaInfo additional_media_info = 12 [json_name = "additionalMediaInfo"];
* @return Whether the additionalMediaInfo field is set.
*/
boolean hasAdditionalMediaInfo();
/**
* .streamlayer.social.TweetExtendedMedia.TweetAdditionalMediaInfo additional_media_info = 12 [json_name = "additionalMediaInfo"];
* @return The additionalMediaInfo.
*/
com.streamlayer.social.TweetExtendedMedia.TweetAdditionalMediaInfo getAdditionalMediaInfo();
}