Interface NewMediaItemOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    NewMediaItem, NewMediaItem.Builder

    public interface NewMediaItemOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getDescription

        java.lang.String getDescription()
         Description of the media item. This will be shown to the user in the item's
         info section in the Google Photos app.
         This string shouldn't be more than 1000 characters.
         
        string description = 1;
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         Description of the media item. This will be shown to the user in the item's
         info section in the Google Photos app.
         This string shouldn't be more than 1000 characters.
         
        string description = 1;
      • hasSimpleMediaItem

        boolean hasSimpleMediaItem()
         A new media item that has been uploaded via the included `uploadToken`.
         
        .google.photos.library.v1.SimpleMediaItem simple_media_item = 2;
      • getSimpleMediaItem

        SimpleMediaItem getSimpleMediaItem()
         A new media item that has been uploaded via the included `uploadToken`.
         
        .google.photos.library.v1.SimpleMediaItem simple_media_item = 2;
      • getSimpleMediaItemOrBuilder

        SimpleMediaItemOrBuilder getSimpleMediaItemOrBuilder()
         A new media item that has been uploaded via the included `uploadToken`.
         
        .google.photos.library.v1.SimpleMediaItem simple_media_item = 2;