\Google\Photos\Library\V1SimpleMediaItem

A simple media item to be created in Google Photos via an upload token.

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

Summary

Methods
Properties
Constants
__construct()
getUploadToken()
setUploadToken()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$upload_token
N/A

Properties

$upload_token

$upload_token : 

Token identifying the media bytes that have been uploaded to Google.

Generated from protobuf field string upload_token = 1;

Type

Methods

__construct()

__construct(array  $data = NULL) 

Constructor.

Parameters

array $data

{ Optional. Data for populating the Message object.

@type string $upload_token
      Token identifying the media bytes that have been uploaded to Google.

}

getUploadToken()

getUploadToken() : string

Token identifying the media bytes that have been uploaded to Google.

Generated from protobuf field string upload_token = 1;

Returns

string

setUploadToken()

setUploadToken(string  $var) : $this

Token identifying the media bytes that have been uploaded to Google.

Generated from protobuf field string upload_token = 1;

Parameters

string $var

Returns

$this