createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * Output only. Statistics for BulkDownloadFeedbackLabels operation. * * @param GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadataDownloadStats $downloadStats */ public function setDownloadStats(GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadataDownloadStats $downloadStats) { $this->downloadStats = $downloadStats; } /** * @return GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadataDownloadStats */ public function getDownloadStats() { return $this->downloadStats; } /** * 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; } /** * Partial errors during ingest 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; } /** * Output only. The original request for download. * * @param GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest $request */ public function setRequest(GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest $request) { $this->request = $request; } /** * @return GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest */ public function getRequest() { return $this->request; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadata::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadata');