Lines Matching refs:templateId
503 * @param int $templateId Identifier for the template which is being deleted
506 public function delete($tableId, $templateId, $optParams = array()) { argument
507 $params = array('tableId' => $tableId, 'templateId' => $templateId);
516 * @param int $templateId Identifier for the template that is being requested
520 public function get($tableId, $templateId, $optParams = array()) { argument
521 $params = array('tableId' => $tableId, 'templateId' => $templateId);
572 * @param int $templateId Identifier for the template that is being updated
577 public function patch($tableId, $templateId, Google_Template $postBody, $optParams = array()) { argument
578 $params = array('tableId' => $tableId, 'templateId' => $templateId, 'postBody' => $postBody);
591 * @param int $templateId Identifier for the template that is being updated
596 public function update($tableId, $templateId, Google_Template $postBody, $optParams = array()) { argument
597 $params = array('tableId' => $tableId, 'templateId' => $templateId, 'postBody' => $postBody);
1316 public $templateId; variable in Google_Template
1348 public function setTemplateId( $templateId) { argument
1349 $this->templateId = $templateId;
1352 return $this->templateId;