@Generated("by gapic-generator-java")

Package com.google.photos.library.v1.internal

The interfaces provided are listed below, along with usage samples.

======================= InternalPhotosLibraryClient =======================

Service Description: Service which allows developers to perform the following actions on behalf of the user: - upload media items directly to their Google Photos library - create albums - add media items (including album enrichments) to albums - list and download content from their Google Photos library - filter results by media type, date range or content category - create, join, and access shared albums

Sample for InternalPhotosLibraryClient:


 try (InternalPhotosLibraryClient internalPhotosLibraryClient =
     InternalPhotosLibraryClient.create()) {
   Album album = Album.newBuilder().build();
   Album response = internalPhotosLibraryClient.createAlbum(album);
 }