All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.photos.library.v1.proto.BatchAddMediaItemsToAlbumRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.7.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/photos/library/v1/photos_library.proto

package com.google.photos.library.v1.proto;

public interface BatchAddMediaItemsToAlbumRequestOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.photos.library.v1.BatchAddMediaItemsToAlbumRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Identifiers of the [MediaItem][google.photos.types.MediaItem]s to be
   * added.
   * The maximum number of media items that can be added in one call is 50.
   * 
* * repeated string media_item_ids = 1; */ java.util.List getMediaItemIdsList(); /** * * *
   * Identifiers of the [MediaItem][google.photos.types.MediaItem]s to be
   * added.
   * The maximum number of media items that can be added in one call is 50.
   * 
* * repeated string media_item_ids = 1; */ int getMediaItemIdsCount(); /** * * *
   * Identifiers of the [MediaItem][google.photos.types.MediaItem]s to be
   * added.
   * The maximum number of media items that can be added in one call is 50.
   * 
* * repeated string media_item_ids = 1; */ java.lang.String getMediaItemIds(int index); /** * * *
   * Identifiers of the [MediaItem][google.photos.types.MediaItem]s to be
   * added.
   * The maximum number of media items that can be added in one call is 50.
   * 
* * repeated string media_item_ids = 1; */ com.google.protobuf.ByteString getMediaItemIdsBytes(int index); /** * * *
   * Identifier of the [Album][google.photos.types.Album] that the
   * media items are added to.
   * 
* * string album_id = 2; */ java.lang.String getAlbumId(); /** * * *
   * Identifier of the [Album][google.photos.types.Album] that the
   * media items are added to.
   * 
* * string album_id = 2; */ com.google.protobuf.ByteString getAlbumIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy