com.google.photos.library.v1.proto.BatchGetMediaItemsResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-photos-library-client Show documentation
Show all versions of google-photos-library-client Show documentation
Google Photos Library API Client Library for Java
// 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 extends com.google.photos.library.v1.proto.MediaItemResultOrBuilder>
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);
}