\Google\Photos\Library\V1GetMediaItemRequest

Request to retrieve a specific media item from the user's Google Photos library.

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

Summary

Methods
Properties
Constants
__construct()
getMediaItemId()
setMediaItemId()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$media_item_id
N/A

Properties

$media_item_id

$media_item_id : 

Identifier of the media item to be requested.

Generated from protobuf field string media_item_id = 1;

Type

Methods

__construct()

__construct(array  $data = NULL) 

Constructor.

Parameters

array $data

{ Optional. Data for populating the Message object.

@type string $media_item_id
      Identifier of the media item to be requested.

}

getMediaItemId()

getMediaItemId() : string

Identifier of the media item to be requested.

Generated from protobuf field string media_item_id = 1;

Returns

string

setMediaItemId()

setMediaItemId(string  $var) : $this

Identifier of the media item to be requested.

Generated from protobuf field string media_item_id = 1;

Parameters

string $var

Returns

$this