/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Datastore
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Datastore/Key.php (1494B)
partitionId = $partitionId;
}
/**
* @return Google_Service_Datastore_PartitionId
*/
public function getPartitionId()
{
return $this->partitionId;
}
/**
* @param Google_Service_Datastore_PathElement[]
*/
public function setPath($path)
{
$this->path = $path;
}
/**
* @return Google_Service_Datastore_PathElement[]
*/
public function getPath()
{
return $this->path;
}
}