Interface TweetExtendedMedia.TweetAdditionalMediaInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      string description = 2 [json_name = "description"];
      com.google.protobuf.ByteString getDescriptionBytes()
      string description = 2 [json_name = "description"];
      boolean getEmbeddable()
      bool embeddable = 3 [json_name = "embeddable"];
      boolean getMonetizable()
      bool monetizable = 4 [json_name = "monetizable"];
      java.lang.String getTitle()
      string title = 1 [json_name = "title"];
      com.google.protobuf.ByteString getTitleBytes()
      string title = 1 [json_name = "title"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getTitle

        java.lang.String getTitle()
        string title = 1 [json_name = "title"];
        Returns:
        The title.
      • getTitleBytes

        com.google.protobuf.ByteString getTitleBytes()
        string title = 1 [json_name = "title"];
        Returns:
        The bytes for title.
      • getDescription

        java.lang.String getDescription()
        string description = 2 [json_name = "description"];
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
        string description = 2 [json_name = "description"];
        Returns:
        The bytes for description.
      • getEmbeddable

        boolean getEmbeddable()
        bool embeddable = 3 [json_name = "embeddable"];
        Returns:
        The embeddable.
      • getMonetizable

        boolean getMonetizable()
        bool monetizable = 4 [json_name = "monetizable"];
        Returns:
        The monetizable.