createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * Output only. The time the operation finished running. * * @param string $endTime */ public function setEndTime($endTime) { $this->endTime = $endTime; } /** * @return string */ public function getEndTime() { return $this->endTime; } /** * The original request for deployment. * * @param GoogleCloudContactcenterinsightsV1mainDeployIssueModelRequest $request */ public function setRequest(GoogleCloudContactcenterinsightsV1mainDeployIssueModelRequest $request) { $this->request = $request; } /** * @return GoogleCloudContactcenterinsightsV1mainDeployIssueModelRequest */ public function getRequest() { return $this->request; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1mainDeployIssueModelMetadata::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1mainDeployIssueModelMetadata');