filePath = $filePath; } public function getFilePath() { return $this->filePath; } /** * @param GoogleCloudDatacatalogV1beta1SystemTimestamps */ public function setGcsTimestamps(GoogleCloudDatacatalogV1beta1SystemTimestamps $gcsTimestamps) { $this->gcsTimestamps = $gcsTimestamps; } /** * @return GoogleCloudDatacatalogV1beta1SystemTimestamps */ public function getGcsTimestamps() { return $this->gcsTimestamps; } public function setSizeBytes($sizeBytes) { $this->sizeBytes = $sizeBytes; } public function getSizeBytes() { return $this->sizeBytes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatacatalogV1beta1GcsFileSpec::class, 'Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1GcsFileSpec');