createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * The time the operation finished running. * * @param string $endTime */ public function setEndTime($endTime) { $this->endTime = $endTime; } /** * @return string */ public function getEndTime() { return $this->endTime; } /** * Partial errors during bulk delete conversations operation that might cause * the operation output to be incomplete. * * @param GoogleRpcStatus[] $partialErrors */ public function setPartialErrors($partialErrors) { $this->partialErrors = $partialErrors; } /** * @return GoogleRpcStatus[] */ public function getPartialErrors() { return $this->partialErrors; } /** * The original request for bulk delete. * * @param GoogleCloudContactcenterinsightsV1mainBulkDeleteConversationsRequest $request */ public function setRequest(GoogleCloudContactcenterinsightsV1mainBulkDeleteConversationsRequest $request) { $this->request = $request; } /** * @return GoogleCloudContactcenterinsightsV1mainBulkDeleteConversationsRequest */ public function getRequest() { return $this->request; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1mainBulkDeleteConversationsMetadata::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1mainBulkDeleteConversationsMetadata');