Class PhotosLibraryGrpc


  • @Generated(value="by gRPC proto compiler (version 1.10.0)",
               comments="Source: google/photos/library/v1/photos_library.proto")
    public final class PhotosLibraryGrpc
    extends java.lang.Object
     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
     
    • Field Detail

      • METHOD_CREATE_ALBUM

        @ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
        @Deprecated
        public static final io.grpc.MethodDescriptor<CreateAlbumRequest,​Album> METHOD_CREATE_ALBUM
        Deprecated.
      • METHOD_SEARCH_MEDIA_ITEMS

        @ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
        @Deprecated
        public static final io.grpc.MethodDescriptor<SearchMediaItemsRequest,​SearchMediaItemsResponse> METHOD_SEARCH_MEDIA_ITEMS
        Deprecated.
      • METHOD_LIST_MEDIA_ITEMS

        @ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
        @Deprecated
        public static final io.grpc.MethodDescriptor<ListMediaItemsRequest,​ListMediaItemsResponse> METHOD_LIST_MEDIA_ITEMS
        Deprecated.
      • METHOD_GET_MEDIA_ITEM

        @ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
        @Deprecated
        public static final io.grpc.MethodDescriptor<GetMediaItemRequest,​MediaItem> METHOD_GET_MEDIA_ITEM
        Deprecated.
      • METHOD_LIST_ALBUMS

        @ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
        @Deprecated
        public static final io.grpc.MethodDescriptor<ListAlbumsRequest,​ListAlbumsResponse> METHOD_LIST_ALBUMS
        Deprecated.
      • METHOD_GET_ALBUM

        @ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
        @Deprecated
        public static final io.grpc.MethodDescriptor<GetAlbumRequest,​Album> METHOD_GET_ALBUM
        Deprecated.
      • METHOD_GET_SHARED_ALBUM

        @ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
        @Deprecated
        public static final io.grpc.MethodDescriptor<GetSharedAlbumRequest,​Album> METHOD_GET_SHARED_ALBUM
        Deprecated.
      • METHOD_JOIN_SHARED_ALBUM

        @ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
        @Deprecated
        public static final io.grpc.MethodDescriptor<JoinSharedAlbumRequest,​JoinSharedAlbumResponse> METHOD_JOIN_SHARED_ALBUM
        Deprecated.
      • METHOD_LEAVE_SHARED_ALBUM

        @ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
        @Deprecated
        public static final io.grpc.MethodDescriptor<LeaveSharedAlbumRequest,​LeaveSharedAlbumResponse> METHOD_LEAVE_SHARED_ALBUM
        Deprecated.
      • METHOD_SHARE_ALBUM

        @ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
        @Deprecated
        public static final io.grpc.MethodDescriptor<ShareAlbumRequest,​ShareAlbumResponse> METHOD_SHARE_ALBUM
        Deprecated.
      • METHOD_LIST_SHARED_ALBUMS

        @ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
        @Deprecated
        public static final io.grpc.MethodDescriptor<ListSharedAlbumsRequest,​ListSharedAlbumsResponse> METHOD_LIST_SHARED_ALBUMS
        Deprecated.
      • METHOD_UNSHARE_ALBUM

        @ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
        @Deprecated
        public static final io.grpc.MethodDescriptor<UnshareAlbumRequest,​UnshareAlbumResponse> METHOD_UNSHARE_ALBUM
        Deprecated.
      • METHOD_UPDATE_ALBUM

        @ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
        @Deprecated
        public static final io.grpc.MethodDescriptor<UpdateAlbumRequest,​Album> METHOD_UPDATE_ALBUM
        Deprecated.
      • METHOD_UPDATE_MEDIA_ITEM

        @ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
        @Deprecated
        public static final io.grpc.MethodDescriptor<UpdateMediaItemRequest,​MediaItem> METHOD_UPDATE_MEDIA_ITEM
        Deprecated.