partitionId = $partitionId;
}
/**
* @return GooglePrivacyDlpV2PartitionId
*/
public function getPartitionId()
{
return $this->partitionId;
}
/**
* @param GooglePrivacyDlpV2PathElement[]
*/
public function setPath($path)
{
$this->path = $path;
}
/**
* @return GooglePrivacyDlpV2PathElement[]
*/
public function getPath()
{
return $this->path;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GooglePrivacyDlpV2Key::class, 'Google_Service_DLP_GooglePrivacyDlpV2Key');