Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoContentDetails.php186 public function setRegionRestriction(VideoContentDetailsRegionRestriction $regionRestriction) argument
188 $this->regionRestriction = $regionRestriction;
195 return $this->regionRestriction;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php4270 public $regionRestriction; variable in Google_VideoContentDetails
4313 …lic function setRegionRestriction(Google_VideoContentDetailsRegionRestriction $regionRestriction) { argument
4314 $this->regionRestriction = $regionRestriction;
4317 return $this->regionRestriction;