addWhitespace = $addWhitespace; } /** * @return bool */ public function getAddWhitespace() { return $this->addWhitespace; } /** * @param bool */ public function setAlwaysPrintEmptyFields($alwaysPrintEmptyFields) { $this->alwaysPrintEmptyFields = $alwaysPrintEmptyFields; } /** * @return bool */ public function getAlwaysPrintEmptyFields() { return $this->alwaysPrintEmptyFields; } /** * @param string */ public function setFormat($format) { $this->format = $format; } /** * @return string */ public function getFormat() { return $this->format; } /** * @param string */ public function setObjectUri($objectUri) { $this->objectUri = $objectUri; } /** * @return string */ public function getObjectUri() { return $this->objectUri; } /** * @param string */ public function setRecordsPerFileCount($recordsPerFileCount) { $this->recordsPerFileCount = $recordsPerFileCount; } /** * @return string */ public function getRecordsPerFileCount() { return $this->recordsPerFileCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination');