com.google.photos.library.v1.proto.JoinSharedAlbumResponseOrBuilder 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 JoinSharedAlbumResponseOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.photos.library.v1.JoinSharedAlbumResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Shared album that the user has joined.
*
*
* .google.photos.types.Album album = 1;
*/
boolean hasAlbum();
/**
*
*
*
* Shared album that the user has joined.
*
*
* .google.photos.types.Album album = 1;
*/
com.google.photos.types.proto.Album getAlbum();
/**
*
*
*
* Shared album that the user has joined.
*
*
* .google.photos.types.Album album = 1;
*/
com.google.photos.types.proto.AlbumOrBuilder getAlbumOrBuilder();
}