Home
last modified time | relevance | path

Searched refs:pageObjectId (Results 1 – 4 of 4) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSlides.php119 'path' => 'v1/presentations/{presentationId}/pages/{pageObjectId}',
127 'pageObjectId' => [
134 'path' => 'v1/presentations/{presentationId}/pages/{pageObjectId}/thumbnail',
142 'pageObjectId' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DLink.php25 public $pageObjectId; variable in Google\\Service\\Slides\\Link
42 public function setPageObjectId($pageObjectId) argument
44 $this->pageObjectId = $pageObjectId;
51 return $this->pageObjectId;
H A DPageElementProperties.php25 public $pageObjectId; variable in Google\\Service\\Slides\\PageElementProperties
34 public function setPageObjectId($pageObjectId) argument
36 $this->pageObjectId = $pageObjectId;
43 return $this->pageObjectId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/Resource/
H A DPresentationsPages.php38 * @param string $pageObjectId The object ID of the page to retrieve.
42 public function get($presentationId, $pageObjectId, $optParams = []) argument
44 $params = ['presentationId' => $presentationId, 'pageObjectId' => $pageObjectId];
55 * @param string $pageObjectId The object ID of the page whose thumbnail to
67 public function getThumbnail($presentationId, $pageObjectId, $optParams = []) argument
69 $params = ['presentationId' => $presentationId, 'pageObjectId' => $pageObjectId];