Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DIngestionInfo.php29 public $ingestionAddress; variable in Google\\Service\\YouTube\\IngestionInfo
60 public function setIngestionAddress($ingestionAddress) argument
62 $this->ingestionAddress = $ingestionAddress;
69 return $this->ingestionAddress;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php2403 public $ingestionAddress; variable in Google_IngestionInfo
2411 public function setIngestionAddress( $ingestionAddress) { argument
2412 $this->ingestionAddress = $ingestionAddress;
2415 return $this->ingestionAddress;