bigQueryDestination = $bigQueryDestination; } /** * @return GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequestBigQueryDestination */ public function getBigQueryDestination() { return $this->bigQueryDestination; } /** * @param string */ public function setFilter($filter) { $this->filter = $filter; } /** * @return string */ public function getFilter() { return $this->filter; } /** * @param string */ public function setKmsKey($kmsKey) { $this->kmsKey = $kmsKey; } /** * @return string */ public function getKmsKey() { return $this->kmsKey; } /** * @param string */ public function setParent($parent) { $this->parent = $parent; } /** * @return string */ public function getParent() { return $this->parent; } /** * @param string */ public function setWriteDisposition($writeDisposition) { $this->writeDisposition = $writeDisposition; } /** * @return string */ public function getWriteDisposition() { return $this->writeDisposition; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequest::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequest');