Searched refs:processingHints (Results 1 – 2 of 2) sorted by relevance
34 public $processingHints; variable in Google\\Service\\YouTube\\VideoSuggestions73 public function setProcessingHints($processingHints) argument75 $this->processingHints = $processingHints;82 return $this->processingHints;
4948 public $processingHints; variable in Google_VideoSuggestions4967 public function setProcessingHints(/* array(Google_string) */ $processingHints) { argument4968 $this->assertIsArray($processingHints, 'Google_string', __METHOD__);4969 $this->processingHints = $processingHints;4972 return $this->processingHints;