\Google\Photos\Library\V1SharedAlbumOptions

Options that control the sharing of an album.

Generated from protobuf message google.photos.library.v1.SharedAlbumOptions

Summary

Methods
Properties
Constants
__construct()
getIsCollaborative()
setIsCollaborative()
getIsCommentable()
setIsCommentable()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$is_collaborative
$is_commentable
N/A

Properties

$is_collaborative

$is_collaborative : 

True if the shared album allows collaborators (users who have joined the album) to add media items to it. Defaults to false.

Generated from protobuf field bool is_collaborative = 1;

Type

$is_commentable

$is_commentable : 

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.

Generated from protobuf field bool is_commentable = 2;

Type

Methods

__construct()

__construct(array  $data = NULL) 

Constructor.

Parameters

array $data

{ Optional. Data for populating the Message object.

@type bool $is_collaborative
      True if the shared album allows collaborators (users who have joined
      the album) to add media items to it. Defaults to false.
@type bool $is_commentable
      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.

}

getIsCollaborative()

getIsCollaborative() : boolean

True if the shared album allows collaborators (users who have joined the album) to add media items to it. Defaults to false.

Generated from protobuf field bool is_collaborative = 1;

Returns

boolean

setIsCollaborative()

setIsCollaborative(boolean  $var) : $this

True if the shared album allows collaborators (users who have joined the album) to add media items to it. Defaults to false.

Generated from protobuf field bool is_collaborative = 1;

Parameters

boolean $var

Returns

$this

getIsCommentable()

getIsCommentable() : boolean

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.

Generated from protobuf field bool is_commentable = 2;

Returns

boolean

setIsCommentable()

setIsCommentable(boolean  $var) : $this

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.

Generated from protobuf field bool is_commentable = 2;

Parameters

boolean $var

Returns

$this