Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DIngestionInfo.php25 public $backupIngestionAddress; variable in Google\\Service\\YouTube\\IngestionInfo
46 public function setBackupIngestionAddress($backupIngestionAddress) argument
48 $this->backupIngestionAddress = $backupIngestionAddress;
55 return $this->backupIngestionAddress;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php2402 public $backupIngestionAddress; variable in Google_IngestionInfo
2405 public function setBackupIngestionAddress( $backupIngestionAddress) { argument
2406 $this->backupIngestionAddress = $backupIngestionAddress;
2409 return $this->backupIngestionAddress;