\Google\Photos\Library\V1\AlbumPositionPositionType

Possible positions in an album.

Protobuf type google.photos.library.v1.AlbumPosition.PositionType

Summary

Methods
Properties
Constants
No public methods found
No public properties found
POSITION_TYPE_UNSPECIFIED
FIRST_IN_ALBUM
LAST_IN_ALBUM
AFTER_MEDIA_ITEM
AFTER_ENRICHMENT_ITEM
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

POSITION_TYPE_UNSPECIFIED

POSITION_TYPE_UNSPECIFIED

Default value if this enum isn't set.

Generated from protobuf enum POSITION_TYPE_UNSPECIFIED = 0;

FIRST_IN_ALBUM

FIRST_IN_ALBUM

At the beginning of the album.

Generated from protobuf enum FIRST_IN_ALBUM = 1;

LAST_IN_ALBUM

LAST_IN_ALBUM

At the end of the album.

Generated from protobuf enum LAST_IN_ALBUM = 2;

AFTER_MEDIA_ITEM

AFTER_MEDIA_ITEM

After a media item.

Generated from protobuf enum AFTER_MEDIA_ITEM = 3;

AFTER_ENRICHMENT_ITEM

AFTER_ENRICHMENT_ITEM

After an enrichment item.

Generated from protobuf enum AFTER_ENRICHMENT_ITEM = 4;