bucketName = $bucketName;
}
/**
* @return string
*/
public function getBucketName()
{
return $this->bucketName;
}
/**
* @param string
*/
public function setReportNamePrefix($reportNamePrefix)
{
$this->reportNamePrefix = $reportNamePrefix;
}
/**
* @return string
*/
public function getReportNamePrefix()
{
return $this->reportNamePrefix;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(UsageExportLocation::class, 'Google_Service_Compute_UsageExportLocation');