Home
last modified time | relevance | path

Searched refs:contentRating (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoContentDetails.php74 public function setContentRating(ContentRating $contentRating) argument
76 $this->contentRating = $contentRating;
83 return $this->contentRating;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DApplication.php46 public $contentRating; variable in Google\\Service\\AndroidManagement\\Application
191 public function setContentRating($contentRating) argument
193 $this->contentRating = $contentRating;
200 return $this->contentRating;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DProduct.php46 public $contentRating; variable in Google\\Service\\AndroidEnterprise\\Product
199 public function setContentRating($contentRating) argument
201 $this->contentRating = $contentRating;
208 return $this->contentRating;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php4260 public $contentRating; variable in Google_VideoContentDetails
4277 public function setContentRating(Google_ContentRating $contentRating) { argument
4278 $this->contentRating = $contentRating;
4281 return $this->contentRating;