Interface BatchRemoveMediaItemsFromAlbumRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAlbumId()
      Identifier of the [Album][google.photos.types.Album] that the media items are to be removed from.
      com.google.protobuf.ByteString getAlbumIdBytes()
      Identifier of the [Album][google.photos.types.Album] that the media items are to be removed from.
      java.lang.String getMediaItemIds​(int index)
      Identifiers of the [MediaItem][google.photos.types.MediaItem]s to be removed.
      com.google.protobuf.ByteString getMediaItemIdsBytes​(int index)
      Identifiers of the [MediaItem][google.photos.types.MediaItem]s to be removed.
      int getMediaItemIdsCount()
      Identifiers of the [MediaItem][google.photos.types.MediaItem]s to be removed.
      java.util.List<java.lang.String> getMediaItemIdsList()
      Identifiers of the [MediaItem][google.photos.types.MediaItem]s to be removed.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getMediaItemIdsList

        java.util.List<java.lang.String> getMediaItemIdsList()
         Identifiers of the [MediaItem][google.photos.types.MediaItem]s to be
         removed.
         Must not contain repeated identifiers and cannot be empty. The maximum
         number of media items that can be removed in one call is 50.
         
        repeated string media_item_ids = 1;
        Returns:
        A list containing the mediaItemIds.
      • getMediaItemIdsCount

        int getMediaItemIdsCount()
         Identifiers of the [MediaItem][google.photos.types.MediaItem]s to be
         removed.
         Must not contain repeated identifiers and cannot be empty. The maximum
         number of media items that can be removed in one call is 50.
         
        repeated string media_item_ids = 1;
        Returns:
        The count of mediaItemIds.
      • getMediaItemIds

        java.lang.String getMediaItemIds​(int index)
         Identifiers of the [MediaItem][google.photos.types.MediaItem]s to be
         removed.
         Must not contain repeated identifiers and cannot be empty. The maximum
         number of media items that can be removed in one call is 50.
         
        repeated string media_item_ids = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The mediaItemIds at the given index.
      • getMediaItemIdsBytes

        com.google.protobuf.ByteString getMediaItemIdsBytes​(int index)
         Identifiers of the [MediaItem][google.photos.types.MediaItem]s to be
         removed.
         Must not contain repeated identifiers and cannot be empty. The maximum
         number of media items that can be removed in one call is 50.
         
        repeated string media_item_ids = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the mediaItemIds at the given index.
      • getAlbumId

        java.lang.String getAlbumId()
         Identifier of the [Album][google.photos.types.Album] that the media
         items are to be removed from.
         
        string album_id = 2;
        Returns:
        The albumId.
      • getAlbumIdBytes

        com.google.protobuf.ByteString getAlbumIdBytes()
         Identifier of the [Album][google.photos.types.Album] that the media
         items are to be removed from.
         
        string album_id = 2;
        Returns:
        The bytes for albumId.