Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoSuggestions.php34 public $processingHints; variable in Google\\Service\\YouTube\\VideoSuggestions
73 public function setProcessingHints($processingHints) argument
75 $this->processingHints = $processingHints;
82 return $this->processingHints;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php4948 public $processingHints; variable in Google_VideoSuggestions
4967 public function setProcessingHints(/* array(Google_string) */ $processingHints) { argument
4968 $this->assertIsArray($processingHints, 'Google_string', __METHOD__);
4969 $this->processingHints = $processingHints;
4972 return $this->processingHints;