contacts = $contacts; } /** * @return GoogleCloudDatacatalogV1Contacts */ public function getContacts() { return $this->contacts; } /** * @param GoogleCloudDatacatalogV1EntryOverview */ public function setEntryOverview(GoogleCloudDatacatalogV1EntryOverview $entryOverview) { $this->entryOverview = $entryOverview; } /** * @return GoogleCloudDatacatalogV1EntryOverview */ public function getEntryOverview() { return $this->entryOverview; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatacatalogV1BusinessContext::class, 'Google_Service_DataCatalog_GoogleCloudDatacatalogV1BusinessContext');