com.google.photos.library.v1.proto.BatchGetMediaItemsRequestOrBuilder 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 BatchGetMediaItemsRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.photos.library.v1.BatchGetMediaItemsRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* 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;
*/
java.util.List getMediaItemIdsList();
/**
*
*
*
* 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;
*/
int getMediaItemIdsCount();
/**
*
*
*
* 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;
*/
java.lang.String getMediaItemIds(int index);
/**
*
*
*
* 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;
*/
com.google.protobuf.ByteString getMediaItemIdsBytes(int index);
}