Interface TweetMediaVideoInfo.TweetVideoVariantsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getBitrate()
      int32 bitrate = 1 [json_name = "bitrate"];
      java.lang.String getContentType()
      string content_type = 2 [json_name = "contentType"];
      com.google.protobuf.ByteString getContentTypeBytes()
      string content_type = 2 [json_name = "contentType"];
      java.lang.String getUrl()
      string url = 3 [json_name = "url"];
      com.google.protobuf.ByteString getUrlBytes()
      string url = 3 [json_name = "url"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getBitrate

        int getBitrate()
        int32 bitrate = 1 [json_name = "bitrate"];
        Returns:
        The bitrate.
      • getContentType

        java.lang.String getContentType()
        string content_type = 2 [json_name = "contentType"];
        Returns:
        The contentType.
      • getContentTypeBytes

        com.google.protobuf.ByteString getContentTypeBytes()
        string content_type = 2 [json_name = "contentType"];
        Returns:
        The bytes for contentType.
      • getUrl

        java.lang.String getUrl()
        string url = 3 [json_name = "url"];
        Returns:
        The url.
      • getUrlBytes

        com.google.protobuf.ByteString getUrlBytes()
        string url = 3 [json_name = "url"];
        Returns:
        The bytes for url.