endAsOfDate = $endAsOfDate; } /** * @return GeostoreDateTimeProto */ public function getEndAsOfDate() { return $this->endAsOfDate; } /** * @param GeostoreDateTimeProto */ public function setEndDate(GeostoreDateTimeProto $endDate) { $this->endDate = $endDate; } /** * @return GeostoreDateTimeProto */ public function getEndDate() { return $this->endDate; } /** * @param GeostoreDateTimeProto */ public function setStartAsOfDate(GeostoreDateTimeProto $startAsOfDate) { $this->startAsOfDate = $startAsOfDate; } /** * @return GeostoreDateTimeProto */ public function getStartAsOfDate() { return $this->startAsOfDate; } /** * @param GeostoreDateTimeProto */ public function setStartDate(GeostoreDateTimeProto $startDate) { $this->startDate = $startDate; } /** * @return GeostoreDateTimeProto */ public function getStartDate() { return $this->startDate; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreTemporaryClosureProto::class, 'Google_Service_Contentwarehouse_GeostoreTemporaryClosureProto');