Skip to content

Commit b01bb42

Browse files
committed
Updated Drive.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent 4ab4b52 commit b01bb42

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

src/Google/Service/Drive.php

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4244,6 +4244,8 @@ class Google_Service_Drive_DriveFile extends Google_Collection
42444244
protected $userPermissionType = 'Google_Service_Drive_Permission';
42454245
protected $userPermissionDataType = '';
42464246
public $version;
4247+
protected $videoMediaMetadataType = 'Google_Service_Drive_DriveFileVideoMediaMetadata';
4248+
protected $videoMediaMetadataDataType = '';
42474249
public $webContentLink;
42484250
public $webViewLink;
42494251
public $writersCanShare;
@@ -4708,6 +4710,16 @@ public function getVersion()
47084710
return $this->version;
47094711
}
47104712

4713+
public function setVideoMediaMetadata(Google_Service_Drive_DriveFileVideoMediaMetadata $videoMediaMetadata)
4714+
{
4715+
$this->videoMediaMetadata = $videoMediaMetadata;
4716+
}
4717+
4718+
public function getVideoMediaMetadata()
4719+
{
4720+
return $this->videoMediaMetadata;
4721+
}
4722+
47114723
public function setWebContentLink($webContentLink)
47124724
{
47134725
$this->webContentLink = $webContentLink;
@@ -5122,6 +5134,43 @@ public function getMimeType()
51225134
}
51235135
}
51245136

5137+
class Google_Service_Drive_DriveFileVideoMediaMetadata extends Google_Model
5138+
{
5139+
public $durationMillis;
5140+
public $height;
5141+
public $width;
5142+
5143+
public function setDurationMillis($durationMillis)
5144+
{
5145+
$this->durationMillis = $durationMillis;
5146+
}
5147+
5148+
public function getDurationMillis()
5149+
{
5150+
return $this->durationMillis;
5151+
}
5152+
5153+
public function setHeight($height)
5154+
{
5155+
$this->height = $height;
5156+
}
5157+
5158+
public function getHeight()
5159+
{
5160+
return $this->height;
5161+
}
5162+
5163+
public function setWidth($width)
5164+
{
5165+
$this->width = $width;
5166+
}
5167+
5168+
public function getWidth()
5169+
{
5170+
return $this->width;
5171+
}
5172+
}
5173+
51255174
class Google_Service_Drive_FileList extends Google_Collection
51265175
{
51275176
protected $collection_key = 'items';

0 commit comments

Comments
 (0)