date = $date; } /** * @return GoogleTypeDate */ public function getDate() { return $this->date; } /** * @param NlpSemanticParsingProtoActionsOnGoogleDateTimeProperty */ public function setProperty(NlpSemanticParsingProtoActionsOnGoogleDateTimeProperty $property) { $this->property = $property; } /** * @return NlpSemanticParsingProtoActionsOnGoogleDateTimeProperty */ public function getProperty() { return $this->property; } /** * @param GoogleTypeTimeOfDay */ public function setTime(GoogleTypeTimeOfDay $time) { $this->time = $time; } /** * @return GoogleTypeTimeOfDay */ public function getTime() { return $this->time; } /** * @param GoogleTypeTimeZone */ public function setTimeZone(GoogleTypeTimeZone $timeZone) { $this->timeZone = $timeZone; } /** * @return GoogleTypeTimeZone */ public function getTimeZone() { return $this->timeZone; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingProtoActionsOnGoogleDateTime::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingProtoActionsOnGoogleDateTime');