com.google.photos.library.v1.proto.SearchMediaItemsResponseOrBuilder 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 SearchMediaItemsResponseOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.photos.library.v1.SearchMediaItemsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Output only. List of media items that match the search parameters.
*
*
* repeated .google.photos.types.MediaItem media_items = 1;
*/
java.util.List getMediaItemsList();
/**
*
*
*
* Output only. List of media items that match the search parameters.
*
*
* repeated .google.photos.types.MediaItem media_items = 1;
*/
com.google.photos.types.proto.MediaItem getMediaItems(int index);
/**
*
*
*
* Output only. List of media items that match the search parameters.
*
*
* repeated .google.photos.types.MediaItem media_items = 1;
*/
int getMediaItemsCount();
/**
*
*
*
* Output only. List of media items that match the search parameters.
*
*
* repeated .google.photos.types.MediaItem media_items = 1;
*/
java.util.List extends com.google.photos.types.proto.MediaItemOrBuilder>
getMediaItemsOrBuilderList();
/**
*
*
*
* Output only. List of media items that match the search parameters.
*
*
* repeated .google.photos.types.MediaItem media_items = 1;
*/
com.google.photos.types.proto.MediaItemOrBuilder getMediaItemsOrBuilder(int index);
/**
*
*
*
* Output only. Use this token to get the next set of media items. Its
* presence is the only reliable indicator of more media items being available
* in the next request.
*
*
* string next_page_token = 2;
*
* @return The nextPageToken.
*/
java.lang.String getNextPageToken();
/**
*
*
*
* Output only. Use this token to get the next set of media items. Its
* presence is the only reliable indicator of more media items being available
* in the next request.
*
*
* string next_page_token = 2;
*
* @return The bytes for nextPageToken.
*/
com.google.protobuf.ByteString getNextPageTokenBytes();
}