\Google\Photos\TypesSharedAlbumOptions

Options that control the sharing of an album.

Generated from protobuf message google.photos.types.SharedAlbumOptions

Summary

Methods
Properties
Constants
__construct()
getIsCollaborative()
setIsCollaborative()
getIsCommentable()
setIsCommentable()
No public properties found
No constants found
No protected methods found
$is_collaborative
$is_commentable
N/A
No private methods found
No private properties found
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;

$is_commentable

$is_commentable

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

Generated from protobuf field bool is_commentable = 2;

Methods

__construct()

__construct(array  $data = NULL) : mixed

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 collaborators (users who have joined the
      album) to add comments to the album. Defaults to false.

}

Returns

mixed

getIsCollaborative()

getIsCollaborative() : bool

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

bool

setIsCollaborative()

setIsCollaborative(bool  $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

bool $var

Returns

$this

getIsCommentable()

getIsCommentable() : bool

True if the shared album allows 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

bool

setIsCommentable()

setIsCommentable(bool  $var) : $this

True if the shared album allows 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

bool $var

Returns

$this