values = $values; } /** * @return int[] */ public function getValues() { return $this->values; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContentwarehouseV1IntegerArray::class, 'Google_Service_Contentwarehouse_GoogleCloudContentwarehouseV1IntegerArray');