tableMetadataCacheUsage = $tableMetadataCacheUsage; } /** * @return TableMetadataCacheUsage[] */ public function getTableMetadataCacheUsage() { return $this->tableMetadataCacheUsage; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MetadataCacheStatistics::class, 'Google_Service_Bigquery_MetadataCacheStatistics');