Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeVolumeInfo.php258 public function setIndustryIdentifiers($industryIdentifiers) argument
260 $this->industryIdentifiers = $industryIdentifiers;
267 return $this->industryIdentifiers;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php3061 public $industryIdentifiers; variable in Google_VolumeVolumeInfo
3123 …IndustryIdentifiers(/* array(Google_VolumeVolumeInfoIndustryIdentifiers) */ $industryIdentifiers) { argument
3124 …$this->assertIsArray($industryIdentifiers, 'Google_VolumeVolumeInfoIndustryIdentifiers', __METHOD_…
3125 $this->industryIdentifiers = $industryIdentifiers;
3128 return $this->industryIdentifiers;