\Google\Photos\Library\V1BatchGetMediaItemsRequest

Request to retrieve a list of media items.

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

Summary

Methods
Properties
Constants
__construct()
getMediaItemIds()
setMediaItemIds()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$media_item_ids
N/A

Properties

$media_item_ids

$media_item_ids : 

Identifiers of the media items to be requested.

Must not contain repeated identifiers and cannot be empty. The maximum number of media items that can be retrieved in one call is 50.

Generated from protobuf field repeated string media_item_ids = 1;

Type

Methods

__construct()

__construct(array  $data = NULL) 

Constructor.

Parameters

array $data

{ Optional. Data for populating the Message object.

@type string[]|\Google\Protobuf\Internal\RepeatedField $media_item_ids
      Identifiers of the media items to be requested.
      Must not contain repeated identifiers and cannot be empty. The maximum
      number of media items that can be retrieved in one call is 50.

}

getMediaItemIds()

getMediaItemIds() : \Google\Protobuf\Internal\RepeatedField

Identifiers of the media items to be requested.

Must not contain repeated identifiers and cannot be empty. The maximum number of media items that can be retrieved in one call is 50.

Generated from protobuf field repeated string media_item_ids = 1;

Returns

\Google\Protobuf\Internal\RepeatedField

setMediaItemIds()

setMediaItemIds(array<mixed,string>|\Google\Protobuf\Internal\RepeatedField  $var) : $this

Identifiers of the media items to be requested.

Must not contain repeated identifiers and cannot be empty. The maximum number of media items that can be retrieved in one call is 50.

Generated from protobuf field repeated string media_item_ids = 1;

Parameters

array<mixed,string>|\Google\Protobuf\Internal\RepeatedField $var

Returns

$this