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

com.google.photos.library.v1.proto.BatchGetMediaItemsRequestOrBuilder 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 BatchGetMediaItemsRequestOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.photos.library.v1.BatchGetMediaItemsRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Required. Identifiers of the media items to be requested.
   * Must not contain repeated identifiers and cannot be empty. The maximum
   * number of media items that can be retrieved in one call is 50.
   * 
* * repeated string media_item_ids = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return A list containing the mediaItemIds. */ java.util.List getMediaItemIdsList(); /** * * *
   * Required. Identifiers of the media items to be requested.
   * Must not contain repeated identifiers and cannot be empty. The maximum
   * number of media items that can be retrieved in one call is 50.
   * 
* * repeated string media_item_ids = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The count of mediaItemIds. */ int getMediaItemIdsCount(); /** * * *
   * Required. Identifiers of the media items to be requested.
   * Must not contain repeated identifiers and cannot be empty. The maximum
   * number of media items that can be retrieved in one call is 50.
   * 
* * repeated string media_item_ids = 1 [(.google.api.field_behavior) = REQUIRED]; * * @param index The index of the element to return. * @return The mediaItemIds at the given index. */ java.lang.String getMediaItemIds(int index); /** * * *
   * Required. Identifiers of the media items to be requested.
   * Must not contain repeated identifiers and cannot be empty. The maximum
   * number of media items that can be retrieved in one call is 50.
   * 
* * repeated string media_item_ids = 1 [(.google.api.field_behavior) = REQUIRED]; * * @param index The index of the value to return. * @return The bytes of the mediaItemIds at the given index. */ com.google.protobuf.ByteString getMediaItemIdsBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy