\Google\Photos\Library\V1ContributorInfo

Information about the user who added the media item. Note that this information is included only if the media item is within a shared album created by your app and you have the sharing scope.

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

Summary

Methods
Properties
Constants
__construct()
getProfilePictureBaseUrl()
setProfilePictureBaseUrl()
getDisplayName()
setDisplayName()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$profile_picture_base_url
$display_name
N/A

Properties

$profile_picture_base_url

$profile_picture_base_url : 

URL to the profile picture of the contributor.

Generated from protobuf field string profile_picture_base_url = 1;

Type

$display_name

$display_name : 

Display name of the contributor.

Generated from protobuf field string display_name = 2;

Type

Methods

__construct()

__construct(array  $data = NULL) 

Constructor.

Parameters

array $data

{ Optional. Data for populating the Message object.

@type string $profile_picture_base_url
      URL to the profile picture of the contributor.
@type string $display_name
      Display name of the contributor.

}

getProfilePictureBaseUrl()

getProfilePictureBaseUrl() : string

URL to the profile picture of the contributor.

Generated from protobuf field string profile_picture_base_url = 1;

Returns

string

setProfilePictureBaseUrl()

setProfilePictureBaseUrl(string  $var) : $this

URL to the profile picture of the contributor.

Generated from protobuf field string profile_picture_base_url = 1;

Parameters

string $var

Returns

$this

getDisplayName()

getDisplayName() : string

Display name of the contributor.

Generated from protobuf field string display_name = 2;

Returns

string

setDisplayName()

setDisplayName(string  $var) : $this

Display name of the contributor.

Generated from protobuf field string display_name = 2;

Parameters

string $var

Returns

$this