"_since", "type" => "_type", ]; /** * @var string */ public $since; /** * @var string */ public $type; protected $bigqueryDestinationType = GoogleCloudHealthcareV1FhirBigQueryDestination::class; protected $bigqueryDestinationDataType = ''; protected $gcsDestinationType = GoogleCloudHealthcareV1FhirGcsDestination::class; protected $gcsDestinationDataType = ''; /** * @param string */ public function setSince($since) { $this->since = $since; } /** * @return string */ public function getSince() { return $this->since; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param GoogleCloudHealthcareV1FhirBigQueryDestination */ public function setBigqueryDestination(GoogleCloudHealthcareV1FhirBigQueryDestination $bigqueryDestination) { $this->bigqueryDestination = $bigqueryDestination; } /** * @return GoogleCloudHealthcareV1FhirBigQueryDestination */ public function getBigqueryDestination() { return $this->bigqueryDestination; } /** * @param GoogleCloudHealthcareV1FhirGcsDestination */ public function setGcsDestination(GoogleCloudHealthcareV1FhirGcsDestination $gcsDestination) { $this->gcsDestination = $gcsDestination; } /** * @return GoogleCloudHealthcareV1FhirGcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExportResourcesRequest::class, 'Google_Service_CloudHealthcare_ExportResourcesRequest');