Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoContentDetails.php88 public function setCountryRestriction(AccessPolicy $countryRestriction) argument
90 $this->countryRestriction = $countryRestriction;
97 return $this->countryRestriction;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php4263 public $countryRestriction; variable in Google_VideoContentDetails
4283 public function setCountryRestriction(Google_AccessPolicy $countryRestriction) { argument
4284 $this->countryRestriction = $countryRestriction;
4287 return $this->countryRestriction;