gcsSource = $gcsSource; } /** * @return GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestGcsSource */ public function getGcsSource() { return $this->gcsSource; } /** * @param bool */ public function setValidateOnly($validateOnly) { $this->validateOnly = $validateOnly; } /** * @return bool */ public function getValidateOnly() { return $this->validateOnly; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest');