Home
last modified time | relevance | path

Searched refs:layerInfo (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DImageOccurrence.php81 public function setLayerInfo($layerInfo) argument
83 $this->layerInfo = $layerInfo;
90 return $this->layerInfo;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DImageOccurrence.php81 public function setLayerInfo($layerInfo) argument
83 $this->layerInfo = $layerInfo;
90 return $this->layerInfo;
H A DDerived.php63 public function setLayerInfo($layerInfo) argument
65 $this->layerInfo = $layerInfo;
72 return $this->layerInfo;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolume.php112 public function setLayerInfo(VolumeLayerInfo $layerInfo) argument
114 $this->layerInfo = $layerInfo;
121 return $this->layerInfo;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php2612 public $layerInfo; variable in Google_Volume
2653 public function setLayerInfo(Google_VolumeLayerInfo $layerInfo) { argument
2654 $this->layerInfo = $layerInfo;
2657 return $this->layerInfo;