All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.photos.library.v1.proto.SharedAlbumOptionsOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.7.3
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy