operatorOptions = $operatorOptions; } /** * @return TimestampOperatorOptions */ public function getOperatorOptions() { return $this->operatorOptions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TimestampPropertyOptions::class, 'Google_Service_CloudSearch_TimestampPropertyOptions');