Searched refs:insertAutoId (Results 1 – 1 of 1) sorted by relevance
526 public $insertAutoId; variable in Google_Mutation553 public function setInsertAutoId(/* array(Google_Entity) */ $insertAutoId) { argument554 $this->assertIsArray($insertAutoId, 'Google_Entity', __METHOD__);555 $this->insertAutoId = $insertAutoId;558 return $this->insertAutoId;