Home
last modified time | relevance | path

Searched refs:uploadStatus (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoStatus.php61 public $uploadStatus; variable in Google\\Service\\YouTube\\VideoStatus
192 public function setUploadStatus($uploadStatus) argument
194 $this->uploadStatus = $uploadStatus;
201 return $this->uploadStatus;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php4900 public $uploadStatus; variable in Google_VideoStatus
4937 public function setUploadStatus( $uploadStatus) { argument
4938 $this->uploadStatus = $uploadStatus;
4941 return $this->uploadStatus;