main.java.com.streamlayer.social.TweetMediaVideoInfoOrBuilder 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 TweetMediaVideoInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.social.TweetMediaVideoInfo)
com.google.protobuf.MessageLiteOrBuilder {
/**
* repeated int32 aspect_ratio = 1 [json_name = "aspectRatio"];
* @return A list containing the aspectRatio.
*/
java.util.List getAspectRatioList();
/**
* repeated int32 aspect_ratio = 1 [json_name = "aspectRatio"];
* @return The count of aspectRatio.
*/
int getAspectRatioCount();
/**
* repeated int32 aspect_ratio = 1 [json_name = "aspectRatio"];
* @param index The index of the element to return.
* @return The aspectRatio at the given index.
*/
int getAspectRatio(int index);
/**
* int32 duration_millis = 2 [json_name = "durationMillis"];
* @return The durationMillis.
*/
int getDurationMillis();
/**
* repeated .streamlayer.social.TweetMediaVideoInfo.TweetVideoVariants variants = 3 [json_name = "variants"];
*/
java.util.List
getVariantsList();
/**
* repeated .streamlayer.social.TweetMediaVideoInfo.TweetVideoVariants variants = 3 [json_name = "variants"];
*/
com.streamlayer.social.TweetMediaVideoInfo.TweetVideoVariants getVariants(int index);
/**
* repeated .streamlayer.social.TweetMediaVideoInfo.TweetVideoVariants variants = 3 [json_name = "variants"];
*/
int getVariantsCount();
}