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

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

  /**
   *
   *
   * 
   * Output only. List of media items retrieved.
   * Note that even if the call to BatchGetMediaItems succeeds, there may have
   * been failures for some media items in the batch. These failures are
   * indicated in each
   * [MediaItemResult.status][google.photos.library.v1.MediaItemResult.status].
   * 
* * repeated .google.photos.library.v1.MediaItemResult media_item_results = 1; */ java.util.List getMediaItemResultsList(); /** * * *
   * Output only. List of media items retrieved.
   * Note that even if the call to BatchGetMediaItems succeeds, there may have
   * been failures for some media items in the batch. These failures are
   * indicated in each
   * [MediaItemResult.status][google.photos.library.v1.MediaItemResult.status].
   * 
* * repeated .google.photos.library.v1.MediaItemResult media_item_results = 1; */ com.google.photos.library.v1.proto.MediaItemResult getMediaItemResults(int index); /** * * *
   * Output only. List of media items retrieved.
   * Note that even if the call to BatchGetMediaItems succeeds, there may have
   * been failures for some media items in the batch. These failures are
   * indicated in each
   * [MediaItemResult.status][google.photos.library.v1.MediaItemResult.status].
   * 
* * repeated .google.photos.library.v1.MediaItemResult media_item_results = 1; */ int getMediaItemResultsCount(); /** * * *
   * Output only. List of media items retrieved.
   * Note that even if the call to BatchGetMediaItems succeeds, there may have
   * been failures for some media items in the batch. These failures are
   * indicated in each
   * [MediaItemResult.status][google.photos.library.v1.MediaItemResult.status].
   * 
* * repeated .google.photos.library.v1.MediaItemResult media_item_results = 1; */ java.util.List getMediaItemResultsOrBuilderList(); /** * * *
   * Output only. List of media items retrieved.
   * Note that even if the call to BatchGetMediaItems succeeds, there may have
   * been failures for some media items in the batch. These failures are
   * indicated in each
   * [MediaItemResult.status][google.photos.library.v1.MediaItemResult.status].
   * 
* * repeated .google.photos.library.v1.MediaItemResult media_item_results = 1; */ com.google.photos.library.v1.proto.MediaItemResultOrBuilder getMediaItemResultsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy