![JAR search and dependency download from the Maven repository](/logo.png)
com.google.photos.library.v1.proto.JoinSharedAlbumResponseOrBuilder Maven / Gradle / Ivy
// 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;
*
* @return Whether the album field is set.
*/
boolean hasAlbum();
/**
*
*
*
* Shared album that the user has joined.
*
*
* .google.photos.types.Album album = 1;
*
* @return The album.
*/
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();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy