/**
  * @param \Google_Service_Datastore_Key $parentKey
  */
 public function setParentKey($parentKey)
 {
     $this->keyBuilder->withParent($parentKey);
 }