Interface SharedAlbumOptionsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SharedAlbumOptions, SharedAlbumOptions.Builder

    public interface SharedAlbumOptionsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getIsCollaborative()
      True if the shared album allows collaborators (users who have joined the album) to add media items to it.
      boolean getIsCommentable()
      True if the shared album allows collaborators (users who have joined the album) to add comments to the album.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getIsCollaborative

        boolean getIsCollaborative()
         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;
        Returns:
        The isCollaborative.
      • getIsCommentable

        boolean getIsCommentable()
         True if the shared album allows collaborators (users who have joined the
         album) to add comments to the album. Defaults to false.
         
        bool is_commentable = 2;
        Returns:
        The isCommentable.