main.java.com.streamlayer.social.TweetMediaOrBuilder 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 TweetMediaOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.social.TweetMedia)
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();
/**
* int64 source_user_id = 9 [json_name = "sourceUserId"];
* @return The sourceUserId.
*/
long getSourceUserId();
/**
* string source_user_id_str = 10 [json_name = "sourceUserIdStr"];
* @return The sourceUserIdStr.
*/
java.lang.String getSourceUserIdStr();
/**
* string source_user_id_str = 10 [json_name = "sourceUserIdStr"];
* @return The bytes for sourceUserIdStr.
*/
com.google.protobuf.ByteString
getSourceUserIdStrBytes();
/**
* int64 source_status_id = 11 [json_name = "sourceStatusId"];
* @return The sourceStatusId.
*/
long getSourceStatusId();
/**
* string source_status_id_str = 12 [json_name = "sourceStatusIdStr"];
* @return The sourceStatusIdStr.
*/
java.lang.String getSourceStatusIdStr();
/**
* string source_status_id_str = 12 [json_name = "sourceStatusIdStr"];
* @return The bytes for sourceStatusIdStr.
*/
com.google.protobuf.ByteString
getSourceStatusIdStrBytes();
/**
* .streamlayer.social.TweetMediaSizes sizes = 13 [json_name = "sizes"];
* @return Whether the sizes field is set.
*/
boolean hasSizes();
/**
* .streamlayer.social.TweetMediaSizes sizes = 13 [json_name = "sizes"];
* @return The sizes.
*/
com.streamlayer.social.TweetMediaSizes getSizes();
/**
* repeated int32 indices = 14 [json_name = "indices"];
* @return A list containing the indices.
*/
java.util.List getIndicesList();
/**
* repeated int32 indices = 14 [json_name = "indices"];
* @return The count of indices.
*/
int getIndicesCount();
/**
* repeated int32 indices = 14 [json_name = "indices"];
* @param index The index of the element to return.
* @return The indices at the given index.
*/
int getIndices(int index);
}