Searched refs:annotationDataId (Results 1 – 4 of 4) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/ |
H A D | Volumeannotation.php | 26 public $annotationDataId; variable in Google\\Service\\Books\\Volumeannotation 81 public function setAnnotationDataId($annotationDataId) argument 83 $this->annotationDataId = $annotationDataId; 90 return $this->annotationDataId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/ |
H A D | LayersAnnotationData.php | 38 * @param string $annotationDataId The ID of the annotation data to retrieve. 55 public function get($volumeId, $layerId, $annotationDataId, $contentVersion, $optParams = []) argument 57 …lumeId' => $volumeId, 'layerId' => $layerId, 'annotationDataId' => $annotationDataId, 'contentVers…
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_BooksService.php | 235 * @param string $annotationDataId The ID of the annotation data to retrieve. 246 …public function get($volumeId, $layerId, $annotationDataId, $contentVersion, $optParams = array())… argument 247 …lumeId' => $volumeId, 'layerId' => $layerId, 'annotationDataId' => $annotationDataId, 'contentVers… 3285 public $annotationDataId; variable in Google_Volumeannotation 3301 public function setAnnotationDataId( $annotationDataId) { argument 3302 $this->annotationDataId = $annotationDataId; 3305 return $this->annotationDataId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Books.php | 350 'path' => 'books/v1/volumes/{volumeId}/layers/{layerId}/data/{annotationDataId}', 363 'annotationDataId' => [ 417 'annotationDataId' => [
|