\Google\Photos\Library\V1CreateAlbumRequest

Request to create an album in Google Photos.

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

Summary

Methods
Properties
Constants
__construct()
getAlbum()
setAlbum()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$album
N/A

Properties

$album

$album : 

The album to be created.

Generated from protobuf field .google.photos.library.v1.Album album = 1;

Type

Methods

__construct()

__construct(array  $data = NULL) 

Constructor.

Parameters

array $data

{ Optional. Data for populating the Message object.

@type \Google\Photos\Library\V1\Album $album
      The album to be created.

}

getAlbum()

getAlbum() : \Google\Photos\Library\V1\Album

The album to be created.

Generated from protobuf field .google.photos.library.v1.Album album = 1;

Returns

\Google\Photos\Library\V1\Album

setAlbum()

setAlbum(\Google\Photos\Library\V1\Album  $var) : $this

The album to be created.

Generated from protobuf field .google.photos.library.v1.Album album = 1;

Parameters

\Google\Photos\Library\V1\Album $var

Returns

$this