buckets = $buckets; } /** * @return AggregationResultHistogramBucket[] */ public function getBuckets() { return $this->buckets; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AggregationResultHistogram::class, 'Google_Service_MigrationCenterAPI_AggregationResultHistogram');