com.google.photos.library.v1.proto.SharedAlbumOptionsOrBuilder 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 SharedAlbumOptionsOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.photos.library.v1.SharedAlbumOptions)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* True if the shared album allows collaborators (users who have joined
* the album) to add media items to it. Defaults to false.
*
*
* bool is_collaborative = 1;
*/
boolean getIsCollaborative();
/**
*
*
*
* True if the shared album allows the owner and the collaborators (users
* who have joined the album) to add comments to the album. Defaults to false.
*
*
* bool is_commentable = 2;
*/
boolean getIsCommentable();
}