Interface ListAlbumsResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ListAlbumsResponse, ListAlbumsResponse.Builder

    public interface ListAlbumsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getAlbumsList

        java.util.List<Album> getAlbumsList()
         Output only. List of albums shown in the Albums tab of the user's Google
         Photos app.
         
        repeated .google.photos.types.Album albums = 1;
      • getAlbums

        Album getAlbums​(int index)
         Output only. List of albums shown in the Albums tab of the user's Google
         Photos app.
         
        repeated .google.photos.types.Album albums = 1;
      • getAlbumsCount

        int getAlbumsCount()
         Output only. List of albums shown in the Albums tab of the user's Google
         Photos app.
         
        repeated .google.photos.types.Album albums = 1;
      • getAlbumsOrBuilderList

        java.util.List<? extends AlbumOrBuilder> getAlbumsOrBuilderList()
         Output only. List of albums shown in the Albums tab of the user's Google
         Photos app.
         
        repeated .google.photos.types.Album albums = 1;
      • getAlbumsOrBuilder

        AlbumOrBuilder getAlbumsOrBuilder​(int index)
         Output only. List of albums shown in the Albums tab of the user's Google
         Photos app.
         
        repeated .google.photos.types.Album albums = 1;
      • getNextPageToken

        java.lang.String getNextPageToken()
         Output only. Token to use to get the next set of albums. Populated if
         there are more albums to retrieve for this request.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         Output only. Token to use to get the next set of albums. Populated if
         there are more albums to retrieve for this request.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.