contentStructure = $contentStructure; } public function getContentStructure() { return $this->contentStructure; } /** * @param Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestGcsErrorDestination */ public function setGcsErrorDestination(Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestGcsErrorDestination $gcsErrorDestination) { $this->gcsErrorDestination = $gcsErrorDestination; } /** * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestGcsErrorDestination */ public function getGcsErrorDestination() { return $this->gcsErrorDestination; } /** * @param Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestGcsSource */ public function setGcsSource(Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestGcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestGcsSource */ public function getGcsSource() { return $this->gcsSource; } }